Color Hex Logo

#4275db Color Hex

#4275DB
(66,117,219)
0 Favorites   0 Comments

Color spaces of #4275db

RGB 66117219
HSL0.610.680.56
HSV220°70°86°
CMYK 0.700.470.00   0.14
XYZ21.394218.995369.5567
Yxy18.99530.19460.1728
Hunter Lab43.583611.3503-64.1146
CIE-Lab50.681716.7298-57.2804

#4275db color RGB value is (66,117,219).

#4275db hex color red value is 66, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4275db hue: 0.61 , saturation: 0.68 and the lightness value of 4275db is 0.56.

The process color (four color CMYK) of #4275db color hex is 0.70, 0.47, 0.00, 0.14. Web safe color of #4275db is #3366cc. Color #4275db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110101 11011011
Octal 102 165 333
Decimal 66 117 219
Hex 42 75 DB

RGB Percentages of Color #4275db

%16.42
%29.10
%54.48

CMYK Percentages of Color #4275db

%70
%47
%0
%14

Triadic Colors of #4275db

#4275db #db4275 #75db42

Analogous Colors of #4275db

#4275db #5b42db #42c2db

Monochromatic Colors of #4275db

#4275db

Complementary Color

#4275db #dba842

#4275db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4275db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4275db Color CSS Codes

.mybgcolor {background-color:#4275db; } 
.myforecolor {color:#4275db; }
.mybordercolor {border:3px solid #4275db; }

#4275db Text Font Color

<p style="color:#4275db">Text here</p>

This sample text font color is #4275db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4275db Background Color

<div style="background-color:#4275db">
Div content here</div>

This div background color is #4275db


#4275db Border Color

<div style="border:3px solid #4275db">
Div here</div>

This div border color is #4275db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,117,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4275db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4275db;
  -webkit-box-shadow: 1px 1px 3px 2px #4275db;
  box-shadow:         1px 1px 3px 2px #4275db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,117,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4275db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4275db;
  -webkit-box-shadow: 1px 1px 3px 2px #4275db;
  box-shadow:         1px 1px 3px 2px #4275db;">
Div content here</div>

This div box has shadow with color #4275db


Comments

No comments written yet.

Please login to write comment.