Html Css Color HEX #474996 Governor Bay

📋 copy color: '#474996'

red 71 ◦ green 73 ◦ blue 150

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

Shades of Governor Bay #474996

Tints of Governor Bay #474996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 24.15%
G = 24.83%
B = 51.02%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#474996 (or 0x474996) is known color: Governor Bay. HEX triplet: 47, 49 and 96. RGB value is (71,73,150). Sum of RGB (Red+Green+Blue) = 71+73+150=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #474996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474996 is #B8B669. Grayscale: #505050. Windows color (decimal): -12105322 or 9849159. OLE color: 9849159.

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

Color convert

RGB 71 73 150 -
CMYK 0.53 0.51 0 0.41
HSL 238.48º 0.36% 0.43% -
HSV(B) 238.48º 0.53% 0.59% -
XYZ 10.49 8.31 29.9 -
YUV 81.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 71 73 150 0.53 0.51 0 0.41 238.48 0.36 0.43
Hex 47 49 96 35 33 0 29 EE 24 2B
Octal 107 111 226 65 63 0 51 356 44 53
Binary 1000111 1001001 10010110 110101 110011 0 101001 11101110 100100 101011

Color Harmonies of #474996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474996

Black with #474996

Text Example


Text Example

White with #474996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474996; }

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

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

background-color css

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

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

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

border-color css

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

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

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