Html Css Color HEX #478ACF Havelock Blue

📋 copy color: '#478ACF'

red 71 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #478ACF

Tints of Havelock Blue #478ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

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

R = 17.07%
G = 33.17%
B = 49.76%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#478ACF (or 0x478ACF) is known color: Havelock Blue. HEX triplet: 47, 8A and CF. RGB value is (71,138,207). Sum of RGB (Red+Green+Blue) = 71+138+207=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #478ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ACF is #B87530. Grayscale: #7D7D7D. Windows color (decimal): -12088625 or 13601351. OLE color: 13601351.

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

Color convert

RGB 71 138 207 -
CMYK 0.66 0.33 0 0.19
HSL 210.44º 0.59% 0.55% -
HSV(B) 210.44º 0.66% 0.81% -
XYZ 22.95 24.02 62.46 -
YUV 125.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 71 138 207 0.66 0.33 0 0.19 210.44 0.59 0.55
Hex 47 8A CF 42 21 0 13 D2 3B 37
Octal 107 212 317 102 41 0 23 322 73 67
Binary 1000111 10001010 11001111 1000010 100001 0 10011 11010010 111011 110111

Color Harmonies of #478ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ACF

Black with #478ACF

Text Example


Text Example

White with #478ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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