Html Css Color HEX #475897 Governor Bay

📋 copy color: '#475897'

red 71 ◦ green 88 ◦ blue 151

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

Shades of Governor Bay #475897

Tints of Governor Bay #475897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 22.9%
G = 28.39%
B = 48.71%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#475897 (or 0x475897) is known color: Governor Bay. HEX triplet: 47, 58 and 97. RGB value is (71,88,151). Sum of RGB (Red+Green+Blue) = 71+88+151=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #475897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475897 is #B8A768. Grayscale: #595959. Windows color (decimal): -12101481 or 9918535. OLE color: 9918535.

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

Color convert

RGB 71 88 151 -
CMYK 0.53 0.42 0 0.41
HSL 227.25º 0.36% 0.44% -
HSV(B) 227.25º 0.53% 0.59% -
XYZ 11.67 10.55 30.7 -
YUV 90.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 71 88 151 0.53 0.42 0 0.41 227.25 0.36 0.44
Hex 47 58 97 35 2A 0 29 E3 24 2C
Octal 107 130 227 65 52 0 51 343 44 54
Binary 1000111 1011000 10010111 110101 101010 0 101001 11100011 100100 101100

Color Harmonies of #475897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475897

Black with #475897

Text Example


Text Example

White with #475897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475897; }

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

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

background-color css

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

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

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

border-color css

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

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

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