#4855AB

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

Shades of Governor Bay #4855AB

Tints of Governor Bay #4855AB

Color information

#4855AB (or 0x4855AB) is unknown color: approx Governor Bay. HEX triplet: 48, 55 and AB. RGB value is (72,85,171). Sum of RGB (Red+Green+Blue) = 72+85+171=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #4855AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4855AB is #B7AA54. Grayscale: #5A5A5A. Windows color (decimal): -12036693 or 11228488. OLE color: 11228488.

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

Color convert

RGB7285171-
CMYK0.580.5000.33
HSL232.12º40.74%47.65%-
HSV(B)232.12º57.89%67.06%-
XYZ13.2710.8139.92-
YUV90.92173.19114.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=21.95%
G=25.91%
B=52.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72851710.580.5000.33232.1240.7447.65
Hex4855AB3A32021e82930
Octal11012525372620413505160
Binary1001000101010110101011111010110010010000111101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4855AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,85,171); }

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

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

 a { background-color: rgb(72,85,171); }

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

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

 span { border-color: rgb(72,85,171); }

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