Html Css Color HEX #478FCC Havelock Blue

📋 copy color: '#478FCC'

red 71 ◦ green 143 ◦ blue 204

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

Shades of Havelock Blue #478FCC

Tints of Havelock Blue #478FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 16.99%
G = 34.21%
B = 48.8%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#478FCC (or 0x478FCC) is known color: Havelock Blue. HEX triplet: 47, 8F and CC. RGB value is (71,143,204). Sum of RGB (Red+Green+Blue) = 71+143+204=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #478FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FCC is #B87033. Grayscale: #808080. Windows color (decimal): -12087348 or 13406023. OLE color: 13406023.

HSL color Cylindrical-coordinate representation of color #478FCC: hue angle of 207.52º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478FCC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 143 204 -
CMYK 0.65 0.30 0 0.2
HSL 207.52º 0.57% 0.54% -
HSV(B) 207.52º 0.65% 0.8% -
XYZ 23.32 25.34 60.79 -
YUV 128.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 71 143 204 0.65 0.30 0 0.2 207.52 0.57 0.54
Hex 47 8F CC 41 1E 0 14 D0 39 36
Octal 107 217 314 101 36 0 24 320 71 66
Binary 1000111 10001111 11001100 1000001 11110 0 10100 11010000 111001 110110

Color Harmonies of #478FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FCC

Black with #478FCC

Text Example


Text Example

White with #478FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,204); }

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

background-color css

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

 a { background-color: rgb(71,143,204); }

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

border-color css

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

 span { border-color: rgb(71,143,204); }

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