Html Css Color HEX #475291 Governor Bay

📋 copy color: '#475291'

red 71 ◦ green 82 ◦ blue 145

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

Shades of Governor Bay #475291

Tints of Governor Bay #475291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 23.83%
G = 27.52%
B = 48.66%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475291 (or 0x475291) is known color: Governor Bay. HEX triplet: 47, 52 and 91. RGB value is (71,82,145). Sum of RGB (Red+Green+Blue) = 71+82+145=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #475291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475291 is #B8AD6E. Grayscale: #555555. Windows color (decimal): -12103023 or 9523783. OLE color: 9523783.

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

Color convert

RGB 71 82 145 -
CMYK 0.51 0.43 0 0.43
HSL 231.08º 0.34% 0.42% -
HSV(B) 231.08º 0.51% 0.57% -
XYZ 10.73 9.42 28.04 -
YUV 85.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 71 82 145 0.51 0.43 0 0.43 231.08 0.34 0.42
Hex 47 52 91 33 2B 0 2B E7 22 2A
Octal 107 122 221 63 53 0 53 347 42 52
Binary 1000111 1010010 10010001 110011 101011 0 101011 11100111 100010 101010

Color Harmonies of #475291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475291

Black with #475291

Text Example


Text Example

White with #475291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475291; }

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

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

background-color css

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

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

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

border-color css

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

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

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