Html Css Color HEX #4379CB Havelock Blue

📋 copy color: '#4379CB'

red 67 ◦ green 121 ◦ blue 203

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

Shades of Havelock Blue #4379CB

Tints of Havelock Blue #4379CB

RGB

 RED value IS 67 (26.56% from 255) = 17.14%

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 17.14%
G = 30.95%
B = 51.92%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4379CB (or 0x4379CB) is known color: Havelock Blue. HEX triplet: 43, 79 and CB. RGB value is (67,121,203). Sum of RGB (Red+Green+Blue) = 67+121+203=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4379CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379CB is #BC8634. Grayscale: #717171. Windows color (decimal): -12355125 or 13334851. OLE color: 13334851.

HSL color Cylindrical-coordinate representation of color #4379CB: hue angle of 216.18º degrees, saturation: 0.57, 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 #4379CB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 121 203 -
CMYK 0.67 0.40 0 0.20
HSL 216.18º 0.57% 0.53% -
HSV(B) 216.18º 0.67% 0.8% -
XYZ 19.93 19.18 59.15 -
YUV 114.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 67 121 203 0.67 0.40 0 0.20 216.18 0.57 0.53
Hex 43 79 CB 43 28 0 14 D8 39 35
Octal 103 171 313 103 50 0 24 330 71 65
Binary 1000011 1111001 11001011 1000011 101000 0 10100 11011000 111001 110101

Color Harmonies of #4379CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4379CB

Black with #4379CB

Text Example


Text Example

White with #4379CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,121,203); }

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

background-color css

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

 a { background-color: rgb(67,121,203); }

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

border-color css

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

 span { border-color: rgb(67,121,203); }

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