#4854AB

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

Shades of Governor Bay #4854AB

Tints of Governor Bay #4854AB

Color information

#4854AB (or 0x4854AB) is unknown color: approx Governor Bay. HEX triplet: 48, 54 and AB. RGB value is (72,84,171). Sum of RGB (Red+Green+Blue) = 72+84+171=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #4854AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4854AB is #B7AB54. Grayscale: #595959. Windows color (decimal): -12036949 or 11228232. OLE color: 11228232.

HSL color Cylindrical-coordinate representation of color #4854AB: hue angle of 232.73º 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 #4854AB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7284171-
CMYK0.580.5100.33
HSL232.73º40.74%47.65%-
HSV(B)232.73º57.89%67.06%-
XYZ13.1910.6639.89-
YUV90.33173.52114.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=22.02%
G=25.69%
B=52.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72841710.580.5100.33232.7340.7447.65
Hex4854AB3A33021e92930
Octal11012425372630413515160
Binary1001000101010010101011111010110011010000111101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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