Html Css Color HEX #4675CB Havelock Blue

📋 copy color: '#4675CB'

red 70 ◦ green 117 ◦ blue 203

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

Shades of Havelock Blue #4675CB

Tints of Havelock Blue #4675CB

RGB

 RED value IS 70 (27.73% from 255) = 17.95%

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

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

R = 17.95%
G = 30%
B = 52.05%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4675CB (or 0x4675CB) is known color: Havelock Blue. HEX triplet: 46, 75 and CB. RGB value is (70,117,203). Sum of RGB (Red+Green+Blue) = 70+117+203=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4675CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675CB is #B98A34. Grayscale: #707070. Windows color (decimal): -12159541 or 13333830. OLE color: 13333830.

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

Color convert

RGB 70 117 203 -
CMYK 0.66 0.42 0 0.20
HSL 218.8º 0.56% 0.54% -
HSV(B) 218.8º 0.66% 0.8% -
XYZ 19.67 18.34 59 -
YUV 112.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 70 117 203 0.66 0.42 0 0.20 218.8 0.56 0.54
Hex 46 75 CB 42 2A 0 14 DB 38 36
Octal 106 165 313 102 52 0 24 333 70 66
Binary 1000110 1110101 11001011 1000010 101010 0 10100 11011011 111000 110110

Color Harmonies of #4675CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675CB

Black with #4675CB

Text Example


Text Example

White with #4675CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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