Html Css Color HEX #4471C4 Havelock Blue

📋 copy color: '#4471C4'

red 68 ◦ green 113 ◦ blue 196

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

Shades of Havelock Blue #4471C4

Tints of Havelock Blue #4471C4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 196 (76.95% from 255) = 51.99%

R = 18.04%
G = 29.97%
B = 51.99%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4471C4 (or 0x4471C4) is known color: Havelock Blue. HEX triplet: 44, 71 and C4. RGB value is (68,113,196). Sum of RGB (Red+Green+Blue) = 68+113+196=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #4471C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471C4 is #BB8E3B. Grayscale: #6C6C6C. Windows color (decimal): -12291644 or 12874052. OLE color: 12874052.

HSL color Cylindrical-coordinate representation of color #4471C4: hue angle of 218.91º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4471C4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 113 196 -
CMYK 0.65 0.42 0 0.23
HSL 218.91º 0.52% 0.52% -
HSV(B) 218.91º 0.65% 0.77% -
XYZ 18.25 17.02 54.55 -
YUV 109.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 68 113 196 0.65 0.42 0 0.23 218.91 0.52 0.52
Hex 44 71 C4 41 2A 0 17 DB 34 34
Octal 104 161 304 101 52 0 27 333 64 64
Binary 1000100 1110001 11000100 1000001 101010 0 10111 11011011 110100 110100

Color Harmonies of #4471C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471C4

Black with #4471C4

Text Example


Text Example

White with #4471C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4471C4; }

 p { color: rgb(68,113,196); }

 H1.HeaderClassName
 {
   color: #4471C4;
 }
 .AnyTagClassName
 {
   color: #4471C4;
 }
</style>

background-color css

<style>
 a { background-color: #4471C4; }

 a { background-color: rgb(68,113,196); }

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

border-color css

<style>
 span { border-color: #4471C4; }

 span { border-color: rgb(68,113,196); }

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