Html Css Color HEX #477BC7 Havelock Blue

📋 copy color: '#477BC7'

red 71 ◦ green 123 ◦ blue 199

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

Shades of Havelock Blue #477BC7

Tints of Havelock Blue #477BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 18.07%
G = 31.3%
B = 50.64%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#477BC7 (or 0x477BC7) is known color: Havelock Blue. HEX triplet: 47, 7B and C7. RGB value is (71,123,199). Sum of RGB (Red+Green+Blue) = 71+123+199=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #477BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BC7 is #B88438. Grayscale: #737373. Windows color (decimal): -12092473 or 13073223. OLE color: 13073223.

HSL color Cylindrical-coordinate representation of color #477BC7: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477BC7 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 123 199 -
CMYK 0.64 0.38 0 0.22
HSL 215.63º 0.53% 0.53% -
HSV(B) 215.63º 0.64% 0.78% -
XYZ 19.99 19.63 56.77 -
YUV 116.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 71 123 199 0.64 0.38 0 0.22 215.63 0.53 0.53
Hex 47 7B C7 40 26 0 16 D8 35 35
Octal 107 173 307 100 46 0 26 330 65 65
Binary 1000111 1111011 11000111 1000000 100110 0 10110 11011000 110101 110101

Color Harmonies of #477BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BC7

Black with #477BC7

Text Example


Text Example

White with #477BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477BC7; }

 p { color: rgb(71,123,199); }

 H1.HeaderClassName
 {
   color: #477BC7;
 }
 .AnyTagClassName
 {
   color: #477BC7;
 }
</style>

background-color css

<style>
 a { background-color: #477BC7; }

 a { background-color: rgb(71,123,199); }

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

border-color css

<style>
 span { border-color: #477BC7; }

 span { border-color: rgb(71,123,199); }

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