Html Css Color HEX #477BCF Havelock Blue

📋 copy color: '#477BCF'

red 71 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #477BCF

Tints of Havelock Blue #477BCF

RGB

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

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

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

R = 17.71%
G = 30.67%
B = 51.62%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#477BCF (or 0x477BCF) is known color: Havelock Blue. HEX triplet: 47, 7B and CF. RGB value is (71,123,207). Sum of RGB (Red+Green+Blue) = 71+123+207=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #477BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BCF is #B88430. Grayscale: #747474. Windows color (decimal): -12092465 or 13597511. OLE color: 13597511.

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

Color convert

RGB 71 123 207 -
CMYK 0.66 0.41 0 0.19
HSL 217.06º 0.59% 0.55% -
HSV(B) 217.06º 0.66% 0.81% -
XYZ 20.94 20.01 61.79 -
YUV 117.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 71 123 207 0.66 0.41 0 0.19 217.06 0.59 0.55
Hex 47 7B CF 42 29 0 13 D9 3B 37
Octal 107 173 317 102 51 0 23 331 73 67
Binary 1000111 1111011 11001111 1000010 101001 0 10011 11011001 111011 110111

Color Harmonies of #477BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BCF

Black with #477BCF

Text Example


Text Example

White with #477BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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