Html Css Color HEX #475197 Governor Bay

📋 copy color: '#475197'

red 71 ◦ green 81 ◦ blue 151

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

Shades of Governor Bay #475197

Tints of Governor Bay #475197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 23.43%
G = 26.73%
B = 49.83%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#475197 (or 0x475197) is known color: Governor Bay. HEX triplet: 47, 51 and 97. RGB value is (71,81,151). Sum of RGB (Red+Green+Blue) = 71+81+151=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #475197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475197 is #B8AE68. Grayscale: #555555. Windows color (decimal): -12103273 or 9916743. OLE color: 9916743.

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

Color convert

RGB 71 81 151 -
CMYK 0.53 0.46 0 0.41
HSL 232.5º 0.36% 0.44% -
HSV(B) 232.5º 0.53% 0.59% -
XYZ 11.13 9.46 30.52 -
YUV 85.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 71 81 151 0.53 0.46 0 0.41 232.5 0.36 0.44
Hex 47 51 97 35 2E 0 29 E8 24 2C
Octal 107 121 227 65 56 0 51 350 44 54
Binary 1000111 1010001 10010111 110101 101110 0 101001 11101000 100100 101100

Color Harmonies of #475197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475197

Black with #475197

Text Example


Text Example

White with #475197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475197; }

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

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

background-color css

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

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

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

border-color css

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

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

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