Html Css Color HEX #474991 Governor Bay

📋 copy color: '#474991'

red 71 ◦ green 73 ◦ blue 145

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

Shades of Governor Bay #474991

Tints of Governor Bay #474991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

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

R = 24.57%
G = 25.26%
B = 50.17%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474991 (or 0x474991) is known color: Governor Bay. HEX triplet: 47, 49 and 91. RGB value is (71,73,145). Sum of RGB (Red+Green+Blue) = 71+73+145=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #474991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474991 is #B8B66E. Grayscale: #505050. Windows color (decimal): -12105327 or 9521479. OLE color: 9521479.

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

Color convert

RGB 71 73 145 -
CMYK 0.51 0.50 0 0.43
HSL 238.38º 0.34% 0.42% -
HSV(B) 238.38º 0.51% 0.57% -
XYZ 10.09 8.15 27.83 -
YUV 80.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 71 73 145 0.51 0.50 0 0.43 238.38 0.34 0.42
Hex 47 49 91 33 32 0 2B EE 22 2A
Octal 107 111 221 63 62 0 53 356 42 52
Binary 1000111 1001001 10010001 110011 110010 0 101011 11101110 100010 101010

Color Harmonies of #474991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474991

Black with #474991

Text Example


Text Example

White with #474991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474991; }

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

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

background-color css

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

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

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

border-color css

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

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

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