#4854AA

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

Shades of Governor Bay #4854AA

Tints of Governor Bay #4854AA

Color information

#4854AA (or 0x4854AA) is unknown color: approx Governor Bay. HEX triplet: 48, 54 and AA. RGB value is (72,84,170). Sum of RGB (Red+Green+Blue) = 72+84+170=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #4854AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4854AA is #B7AB55. Grayscale: #595959. Windows color (decimal): -12036950 or 11162696. OLE color: 11162696.

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

Color convert

RGB7284170-
CMYK0.580.5100.33
HSL232.65º40.5%47.45%-
HSV(B)232.65º57.65%66.67%-
XYZ13.110.6239.39-
YUV90.22173.02115.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=22.09%
G=25.77%
B=52.15%

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
Decimal72841700.580.5100.33232.6540.547.45
Hex4854AA3A33021e9282f
Octal11012425272630413515057
Binary1001000101010010101010111010110011010000111101001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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