Html Css Color HEX #478CCF Havelock Blue

📋 copy color: '#478CCF'

red 71 ◦ green 140 ◦ blue 207

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

Shades of Havelock Blue #478CCF

Tints of Havelock Blue #478CCF

RGB

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

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

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

R = 16.99%
G = 33.49%
B = 49.52%

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

#478CCF (or 0x478CCF) is known color: Havelock Blue. HEX triplet: 47, 8C and CF. RGB value is (71,140,207). Sum of RGB (Red+Green+Blue) = 71+140+207=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #478CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CCF is #B87330. Grayscale: #7E7E7E. Windows color (decimal): -12088113 or 13601863. OLE color: 13601863.

HSL color Cylindrical-coordinate representation of color #478CCF: hue angle of 209.56º 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 #478CCF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 140 207 -
CMYK 0.66 0.32 0 0.19
HSL 209.56º 0.59% 0.55% -
HSV(B) 209.56º 0.66% 0.81% -
XYZ 23.24 24.6 62.56 -
YUV 127.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 71 140 207 0.66 0.32 0 0.19 209.56 0.59 0.55
Hex 47 8C CF 42 20 0 13 D2 3B 37
Octal 107 214 317 102 40 0 23 322 73 67
Binary 1000111 10001100 11001111 1000010 100000 0 10011 11010010 111011 110111

Color Harmonies of #478CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CCF

Black with #478CCF

Text Example


Text Example

White with #478CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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