Html Css Color HEX #475491 Governor Bay

📋 copy color: '#475491'

red 71 ◦ green 84 ◦ blue 145

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

Shades of Governor Bay #475491

Tints of Governor Bay #475491

RGB

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

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

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

R = 23.67%
G = 28%
B = 48.33%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475491 (or 0x475491) is known color: Governor Bay. HEX triplet: 47, 54 and 91. RGB value is (71,84,145). Sum of RGB (Red+Green+Blue) = 71+84+145=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #475491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475491 is #B8AB6E. Grayscale: #565656. Windows color (decimal): -12102511 or 9524295. OLE color: 9524295.

HSL color Cylindrical-coordinate representation of color #475491: hue angle of 229.46º 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 #475491 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 84 145 -
CMYK 0.51 0.42 0 0.43
HSL 229.46º 0.34% 0.42% -
HSV(B) 229.46º 0.51% 0.57% -
XYZ 10.88 9.72 28.09 -
YUV 87.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 71 84 145 0.51 0.42 0 0.43 229.46 0.34 0.42
Hex 47 54 91 33 2A 0 2B E5 22 2A
Octal 107 124 221 63 52 0 53 345 42 52
Binary 1000111 1010100 10010001 110011 101010 0 101011 11100101 100010 101010

Color Harmonies of #475491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475491

Black with #475491

Text Example


Text Example

White with #475491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475491; }

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

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

background-color css

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

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

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

border-color css

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

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

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