Html Css Color HEX #4475CB Havelock Blue

📋 copy color: '#4475CB'

red 68 ◦ green 117 ◦ blue 203

#4475CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4475CB

Tints of Havelock Blue #4475CB

RGB

 RED value IS 68 (26.95% from 255) = 17.53%

 GREEN value IS 117 (46.09% from 255) = 30.15%

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 17.53%
G = 30.15%
B = 52.32%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4475CB (or 0x4475CB) is known color: Havelock Blue. HEX triplet: 44, 75 and CB. RGB value is (68,117,203). Sum of RGB (Red+Green+Blue) = 68+117+203=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #4475CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475CB is #BB8A34. Grayscale: #6F6F6F. Windows color (decimal): -12290613 or 13333828. OLE color: 13333828.

HSL color Cylindrical-coordinate representation of color #4475CB: hue angle of 218.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4475CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 117 203 -
CMYK 0.67 0.42 0 0.20
HSL 218.22º 0.56% 0.53% -
HSV(B) 218.22º 0.67% 0.8% -
XYZ 19.52 18.26 59 -
YUV 112.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 68 117 203 0.67 0.42 0 0.20 218.22 0.56 0.53
Hex 44 75 CB 43 2A 0 14 DA 38 35
Octal 104 165 313 103 52 0 24 332 70 65
Binary 1000100 1110101 11001011 1000011 101010 0 10100 11011010 111000 110101

Color Harmonies of #4475CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4475CB

Black with #4475CB

Text Example


Text Example

White with #4475CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4475CB; }

 p { color: rgb(68,117,203); }

 H1.HeaderClassName
 {
   color: #4475CB;
 }
 .AnyTagClassName
 {
   color: #4475CB;
 }
</style>

background-color css

<style>
 a { background-color: #4475CB; }

 a { background-color: rgb(68,117,203); }

 div.DivClassName
 {
   background-color: #4475CB;
 }
 .BgClassName
 {
   background-color: #4475CB;
 }
</style>

border-color css

<style>
 span { border-color: #4475CB; }

 span { border-color: rgb(68,117,203); }

 td.TdClassName
 {
   border-color: #4475CB;
 }
 .TagClassName
 {
   border-color: #4475CB;
 }
</style>