Html Css Color HEX #475799 Governor Bay

📋 copy color: '#475799'

red 71 ◦ green 87 ◦ blue 153

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

Shades of Governor Bay #475799

Tints of Governor Bay #475799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 22.83%
G = 27.97%
B = 49.2%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#475799 (or 0x475799) is known color: Governor Bay. HEX triplet: 47, 57 and 99. RGB value is (71,87,153). Sum of RGB (Red+Green+Blue) = 71+87+153=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #475799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475799 is #B8A866. Grayscale: #595959. Windows color (decimal): -12101735 or 10049351. OLE color: 10049351.

HSL color Cylindrical-coordinate representation of color #475799: hue angle of 228.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475799 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 87 153 -
CMYK 0.54 0.43 0 0.4
HSL 228.29º 0.37% 0.44% -
HSV(B) 228.29º 0.54% 0.6% -
XYZ 11.76 10.46 31.54 -
YUV 89.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 71 87 153 0.54 0.43 0 0.4 228.29 0.37 0.44
Hex 47 57 99 36 2B 0 28 E4 25 2C
Octal 107 127 231 66 53 0 50 344 45 54
Binary 1000111 1010111 10011001 110110 101011 0 101000 11100100 100101 101100

Color Harmonies of #475799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475799

Black with #475799

Text Example


Text Example

White with #475799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475799; }

 p { color: rgb(71,87,153); }

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

background-color css

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

 a { background-color: rgb(71,87,153); }

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

border-color css

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

 span { border-color: rgb(71,87,153); }

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