Html Css Color HEX #475691 Governor Bay

📋 copy color: '#475691'

red 71 ◦ green 86 ◦ blue 145

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

Shades of Governor Bay #475691

Tints of Governor Bay #475691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 23.51%
G = 28.48%
B = 48.01%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475691 (or 0x475691) is known color: Governor Bay. HEX triplet: 47, 56 and 91. RGB value is (71,86,145). Sum of RGB (Red+Green+Blue) = 71+86+145=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #475691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475691 is #B8A96E. Grayscale: #575757. Windows color (decimal): -12101999 or 9524807. OLE color: 9524807.

HSL color Cylindrical-coordinate representation of color #475691: hue angle of 227.84º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475691 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 86 145 -
CMYK 0.51 0.41 0 0.43
HSL 227.84º 0.34% 0.42% -
HSV(B) 227.84º 0.51% 0.57% -
XYZ 11.04 10.04 28.14 -
YUV 88.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 71 86 145 0.51 0.41 0 0.43 227.84 0.34 0.42
Hex 47 56 91 33 29 0 2B E4 22 2A
Octal 107 126 221 63 51 0 53 344 42 52
Binary 1000111 1010110 10010001 110011 101001 0 101011 11100100 100010 101010

Color Harmonies of #475691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475691

Black with #475691

Text Example


Text Example

White with #475691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475691; }

 p { color: rgb(71,86,145); }

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

background-color css

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

 a { background-color: rgb(71,86,145); }

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

border-color css

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

 span { border-color: rgb(71,86,145); }

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