#484D89

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

Shades of Governor Bay #484D89

Tints of Governor Bay #484D89

Color information

#484D89 (or 0x484D89) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 89. RGB value is (72,77,137). Sum of RGB (Red+Green+Blue) = 72+77+137=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #484D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D89 is #B7B276. Grayscale: #525252. Windows color (decimal): -12038775 or 8998216. OLE color: 8998216.

HSL color Cylindrical-coordinate representation of color #484D89: hue angle of 235.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484D89 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7277137-
CMYK0.470.4400.46
HSL235.38º31.1%40.98%-
HSV(B)235.38º47.45%53.73%-
XYZ9.848.4924.79-
YUV82.34158.84120.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=25.17%
G=26.92%
B=47.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72771370.470.4400.46235.3831.140.98
Hex484D892F2C02Eeb1f29
Octal11011521157540563533751
Binary100100010011011000100110111110110001011101110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D89; }

 p { color: rgb(72,77,137); }

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

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

 a { background-color: rgb(72,77,137); }

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

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

 span { border-color: rgb(72,77,137); }

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