Html Css Color HEX #478ED3 Havelock Blue

📋 copy color: '#478ED3'

red 71 ◦ green 142 ◦ blue 211

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

Shades of Havelock Blue #478ED3

Tints of Havelock Blue #478ED3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 211 (82.81% from 255) = 49.76%

R = 16.75%
G = 33.49%
B = 49.76%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#478ED3 (or 0x478ED3) is known color: Havelock Blue. HEX triplet: 47, 8E and D3. RGB value is (71,142,211). Sum of RGB (Red+Green+Blue) = 71+142+211=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #478ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ED3 is #B8712C. Grayscale: #808080. Windows color (decimal): -12087597 or 13864519. OLE color: 13864519.

HSL color Cylindrical-coordinate representation of color #478ED3: hue angle of 209.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478ED3 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 71 142 211 -
CMYK 0.66 0.33 0 0.17
HSL 209.57º 0.61% 0.55% -
HSV(B) 209.57º 0.66% 0.83% -
XYZ 24.03 25.39 65.26 -
YUV 128.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 71 142 211 0.66 0.33 0 0.17 209.57 0.61 0.55
Hex 47 8E D3 42 21 0 11 D2 3D 37
Octal 107 216 323 102 41 0 21 322 75 67
Binary 1000111 10001110 11010011 1000010 100001 0 10001 11010010 111101 110111

Color Harmonies of #478ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ED3

Black with #478ED3

Text Example


Text Example

White with #478ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,142,211); }

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

background-color css

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

 a { background-color: rgb(71,142,211); }

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

border-color css

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

 span { border-color: rgb(71,142,211); }

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