Html Css Color HEX #474992 Governor Bay

📋 copy color: '#474992'

red 71 ◦ green 73 ◦ blue 146

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

Shades of Governor Bay #474992

Tints of Governor Bay #474992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 24.48%
G = 25.17%
B = 50.34%

CMYK

 C value IS 0.51

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474992 (or 0x474992) is known color: Governor Bay. HEX triplet: 47, 49 and 92. RGB value is (71,73,146). Sum of RGB (Red+Green+Blue) = 71+73+146=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #474992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474992 is #B8B66D. Grayscale: #505050. Windows color (decimal): -12105326 or 9587015. OLE color: 9587015.

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

Color convert

RGB 71 73 146 -
CMYK 0.51 0.5 0 0.43
HSL 238.4º 0.35% 0.43% -
HSV(B) 238.4º 0.51% 0.57% -
XYZ 10.17 8.18 28.24 -
YUV 80.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 71 73 146 0.51 0.5 0 0.43 238.4 0.35 0.43
Hex 47 49 92 33 32 0 2B EE 23 2B
Octal 107 111 222 63 62 0 53 356 43 53
Binary 1000111 1001001 10010010 110011 110010 0 101011 11101110 100011 101011

Color Harmonies of #474992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474992

Black with #474992

Text Example


Text Example

White with #474992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474992; }

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

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

background-color css

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

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

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

border-color css

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

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

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