Html Css Color HEX #475497 Governor Bay

📋 copy color: '#475497'

red 71 ◦ green 84 ◦ blue 151

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

Shades of Governor Bay #475497

Tints of Governor Bay #475497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 23.2%
G = 27.45%
B = 49.35%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#475497 (or 0x475497) is known color: Governor Bay. HEX triplet: 47, 54 and 97. RGB value is (71,84,151). Sum of RGB (Red+Green+Blue) = 71+84+151=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #475497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475497 is #B8AB68. Grayscale: #575757. Windows color (decimal): -12102505 or 9917511. OLE color: 9917511.

HSL color Cylindrical-coordinate representation of color #475497: hue angle of 230.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 #475497 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 84 151 -
CMYK 0.53 0.44 0 0.41
HSL 230.25º 0.36% 0.44% -
HSV(B) 230.25º 0.53% 0.59% -
XYZ 11.35 9.91 30.59 -
YUV 87.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 71 84 151 0.53 0.44 0 0.41 230.25 0.36 0.44
Hex 47 54 97 35 2C 0 29 E6 24 2C
Octal 107 124 227 65 54 0 51 346 44 54
Binary 1000111 1010100 10010111 110101 101100 0 101001 11100110 100100 101100

Color Harmonies of #475497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475497

Black with #475497

Text Example


Text Example

White with #475497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475497; }

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

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

background-color css

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

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

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

border-color css

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

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

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