Html Css Color HEX #475097 Governor Bay

📋 copy color: '#475097'

red 71 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #475097

Tints of Governor Bay #475097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 151 (59.38% from 255) = 50%

R = 23.51%
G = 26.49%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#475097 (or 0x475097) is known color: Governor Bay. HEX triplet: 47, 50 and 97. RGB value is (71,80,151). Sum of RGB (Red+Green+Blue) = 71+80+151=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #475097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475097 is #B8AF68. Grayscale: #555555. Windows color (decimal): -12103529 or 9916487. OLE color: 9916487.

HSL color Cylindrical-coordinate representation of color #475097: hue angle of 233.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475097 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 80 151 -
CMYK 0.53 0.47 0 0.41
HSL 233.25º 0.36% 0.44% -
HSV(B) 233.25º 0.53% 0.59% -
XYZ 11.05 9.31 30.49 -
YUV 85.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 71 80 151 0.53 0.47 0 0.41 233.25 0.36 0.44
Hex 47 50 97 35 2F 0 29 E9 24 2C
Octal 107 120 227 65 57 0 51 351 44 54
Binary 1000111 1010000 10010111 110101 101111 0 101001 11101001 100100 101100

Color Harmonies of #475097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475097

Black with #475097

Text Example


Text Example

White with #475097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475097; }

 p { color: rgb(71,80,151); }

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

background-color css

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

 a { background-color: rgb(71,80,151); }

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

border-color css

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

 span { border-color: rgb(71,80,151); }

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