#4858AA

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

Shades of Governor Bay #4858AA

Tints of Governor Bay #4858AA

Color information

#4858AA (or 0x4858AA) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and AA. RGB value is (72,88,170). Sum of RGB (Red+Green+Blue) = 72+88+170=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #4858AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4858AA is #B7A755. Grayscale: #5C5C5C. Windows color (decimal): -12035926 or 11163720. OLE color: 11163720.

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

Color convert

RGB7288170-
CMYK0.580.4800.33
HSL230.2º40.5%47.45%-
HSV(B)230.2º57.65%66.67%-
XYZ13.4211.2639.5-
YUV92.56171.7113.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=21.82%
G=26.67%
B=51.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72881700.580.4800.33230.240.547.45
Hex4858AA3A30021e6282f
Octal11013025272600413465057
Binary1001000101100010101010111010110000010000111100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4858AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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