#4947A2

Color #4947A2 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4947A2

Tints of Governor Bay #4947A2

Color information

#4947A2 (or 0x4947A2) is unknown color: approx Governor Bay. HEX triplet: 49, 47 and A2. RGB value is (73,71,162). Sum of RGB (Red+Green+Blue) = 73+71+162=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #4947A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4947A2 is #B6B85D. Grayscale: #515151. Windows color (decimal): -11974750 or 10635081. OLE color: 10635081.

HSL color Cylindrical-coordinate representation of color #4947A2: hue angle of 241.32º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4947A2 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7371162-
CMYK0.550.5600.36
HSL241.32º39.06%45.69%-
HSV(B)241.32º56.17%63.53%-
XYZ11.528.5335.22-
YUV81.97173.16121.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=23.86%
G=23.20%
B=52.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73711620.550.5600.36241.3239.0645.69
Hex4947A23738024f1272e
Octal11110724267700443614756
Binary1001001100011110100010110111111000010010011110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4947A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4947A2; }

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

 H1.HeaderClassName
 {
   color: #4947A2;
 }
 .AnyTagClassName
 {
   color: #4947A2;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4947A2;
 }
 .BgClassName
 {
   background-color: #4947A2;
 }
</style>
border-color css

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

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

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