#484E89

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

Shades of Governor Bay #484E89

Tints of Governor Bay #484E89

Color information

#484E89 (or 0x484E89) is unknown color: approx Governor Bay. HEX triplet: 48, 4E and 89. RGB value is (72,78,137). Sum of RGB (Red+Green+Blue) = 72+78+137=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #484E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E89 is #B7B176. Grayscale: #525252. Windows color (decimal): -12038519 or 8998472. OLE color: 8998472.

HSL color Cylindrical-coordinate representation of color #484E89: hue angle of 234.46º 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 #484E89 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7278137-
CMYK0.470.4300.46
HSL234.46º31.1%40.98%-
HSV(B)234.46º47.45%53.73%-
XYZ9.918.6324.81-
YUV82.93158.51120.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=25.09%
G=27.18%
B=47.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72781370.470.4300.46234.4631.140.98
Hex484E892F2B02Eea1f29
Octal11011621157530563523751
Binary100100010011101000100110111110101101011101110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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