Html Css Color HEX #478CCE Havelock Blue

📋 copy color: '#478CCE'

red 71 ◦ green 140 ◦ blue 206

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

Shades of Havelock Blue #478CCE

Tints of Havelock Blue #478CCE

RGB

 RED value IS 71 (28.13% from 255) = 17.03%

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 17.03%
G = 33.57%
B = 49.4%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#478CCE (or 0x478CCE) is known color: Havelock Blue. HEX triplet: 47, 8C and CE. RGB value is (71,140,206). Sum of RGB (Red+Green+Blue) = 71+140+206=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #478CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CCE is #B87331. Grayscale: #7E7E7E. Windows color (decimal): -12088114 or 13536327. OLE color: 13536327.

HSL color Cylindrical-coordinate representation of color #478CCE: hue angle of 209.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478CCE is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 140 206 -
CMYK 0.66 0.32 0 0.19
HSL 209.33º 0.58% 0.54% -
HSV(B) 209.33º 0.66% 0.81% -
XYZ 23.12 24.55 61.91 -
YUV 126.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 71 140 206 0.66 0.32 0 0.19 209.33 0.58 0.54
Hex 47 8C CE 42 20 0 13 D1 3A 36
Octal 107 214 316 102 40 0 23 321 72 66
Binary 1000111 10001100 11001110 1000010 100000 0 10011 11010001 111010 110110

Color Harmonies of #478CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CCE

Black with #478CCE

Text Example


Text Example

White with #478CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478CCE; }

 p { color: rgb(71,140,206); }

 H1.HeaderClassName
 {
   color: #478CCE;
 }
 .AnyTagClassName
 {
   color: #478CCE;
 }
</style>

background-color css

<style>
 a { background-color: #478CCE; }

 a { background-color: rgb(71,140,206); }

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

border-color css

<style>
 span { border-color: #478CCE; }

 span { border-color: rgb(71,140,206); }

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