Html Css Color HEX #478FCF Havelock Blue

📋 copy color: '#478FCF'

red 71 ◦ green 143 ◦ blue 207

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

Shades of Havelock Blue #478FCF

Tints of Havelock Blue #478FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 16.86%
G = 33.97%
B = 49.17%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#478FCF (or 0x478FCF) is known color: Havelock Blue. HEX triplet: 47, 8F and CF. RGB value is (71,143,207). Sum of RGB (Red+Green+Blue) = 71+143+207=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #478FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FCF is #B87030. Grayscale: #808080. Windows color (decimal): -12087345 or 13602631. OLE color: 13602631.

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

Color convert

RGB 71 143 207 -
CMYK 0.66 0.31 0 0.19
HSL 208.24º 0.59% 0.55% -
HSV(B) 208.24º 0.66% 0.81% -
XYZ 23.68 25.49 62.7 -
YUV 128.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 71 143 207 0.66 0.31 0 0.19 208.24 0.59 0.55
Hex 47 8F CF 42 1F 0 13 D0 3B 37
Octal 107 217 317 102 37 0 23 320 73 67
Binary 1000111 10001111 11001111 1000010 11111 0 10011 11010000 111011 110111

Color Harmonies of #478FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FCF

Black with #478FCF

Text Example


Text Example

White with #478FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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