#485899

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

Shades of Governor Bay #485899

Tints of Governor Bay #485899

Color information

#485899 (or 0x485899) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 99. RGB value is (72,88,153). Sum of RGB (Red+Green+Blue) = 72+88+153=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #485899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485899 is #B7A766. Grayscale: #5A5A5A. Windows color (decimal): -12035943 or 10049608. OLE color: 10049608.

HSL color Cylindrical-coordinate representation of color #485899: hue angle of 228.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485899 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7288153-
CMYK0.530.4200.4
HSL228.15º36%44.12%-
HSV(B)228.15º52.94%60%-
XYZ11.9110.6631.57-
YUV90.63163.2114.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=23.00%
G=28.12%
B=48.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72881530.530.4200.4228.153644.12
Hex485899352A028e4242c
Octal11013023165520503444454
Binary1001000101100010011001110101101010010100011100100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485899; }

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

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

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

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

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

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

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

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