#484D99

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

Shades of Governor Bay #484D99

Tints of Governor Bay #484D99

Color information

#484D99 (or 0x484D99) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 99. RGB value is (72,77,153). Sum of RGB (Red+Green+Blue) = 72+77+153=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #484D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D99 is #B7B266. Grayscale: #535353. Windows color (decimal): -12038759 or 10046792. OLE color: 10046792.

HSL color Cylindrical-coordinate representation of color #484D99: hue angle of 236.3º 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 #484D99 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7277153-
CMYK0.530.5000.4
HSL236.3º36%44.12%-
HSV(B)236.3º52.94%60%-
XYZ11.088.9931.29-
YUV84.17166.84119.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=23.84%
G=25.50%
B=50.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72771530.530.5000.4236.33644.12
Hex484D993532028ec242c
Octal11011523165620503544454
Binary1001000100110110011001110101110010010100011101100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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