#4856AA

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

Shades of Governor Bay #4856AA

Tints of Governor Bay #4856AA

Color information

#4856AA (or 0x4856AA) is unknown color: approx Governor Bay. HEX triplet: 48, 56 and AA. RGB value is (72,86,170). Sum of RGB (Red+Green+Blue) = 72+86+170=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #4856AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4856AA is #B7A955. Grayscale: #5B5B5B. Windows color (decimal): -12036438 or 11163208. OLE color: 11163208.

HSL color Cylindrical-coordinate representation of color #4856AA: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4856AA is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7286170-
CMYK0.580.4900.33
HSL231.43º40.5%47.45%-
HSV(B)231.43º57.65%66.67%-
XYZ13.2610.9439.44-
YUV91.39172.36114.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=21.95%
G=26.22%
B=51.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72861700.580.4900.33231.4340.547.45
Hex4856AA3A31021e7282f
Octal11012625272610413475057
Binary1001000101011010101010111010110001010000111100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4856AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4856AA; }

 p { color: rgb(72,86,170); }

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

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

 a { background-color: rgb(72,86,170); }

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

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

 span { border-color: rgb(72,86,170); }

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