#4956AB

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

Shades of Governor Bay #4956AB

Tints of Governor Bay #4956AB

Color information

#4956AB (or 0x4956AB) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and AB. RGB value is (73,86,171). Sum of RGB (Red+Green+Blue) = 73+86+171=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #4956AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956AB is #B6A954. Grayscale: #5B5B5B. Windows color (decimal): -11970901 or 11228745. OLE color: 11228745.

HSL color Cylindrical-coordinate representation of color #4956AB: hue angle of 232.04º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4956AB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7386171-
CMYK0.570.5000.33
HSL232.04º40.16%47.84%-
HSV(B)232.04º57.31%67.06%-
XYZ13.4311.0139.95-
YUV91.8172.69114.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=22.12%
G=26.06%
B=51.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73861710.570.5000.33232.0440.1647.84
Hex4956AB3932021e82830
Octal11112625371620413505060
Binary1001001101011010101011111001110010010000111101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4956AB; }

 p { color: rgb(73,86,171); }

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

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

 a { background-color: rgb(73,86,171); }

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

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

 span { border-color: rgb(73,86,171); }

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