#484B99

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

Shades of Governor Bay #484B99

Tints of Governor Bay #484B99

Color information

#484B99 (or 0x484B99) is unknown color: approx Governor Bay. HEX triplet: 48, 4B and 99. RGB value is (72,75,153). Sum of RGB (Red+Green+Blue) = 72+75+153=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #484B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B99 is #B7B466. Grayscale: #525252. Windows color (decimal): -12039271 or 10046280. OLE color: 10046280.

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

Color convert

RGB7275153-
CMYK0.530.5100.4
HSL237.78º36%44.12%-
HSV(B)237.78º52.94%60%-
XYZ10.948.7131.24-
YUV83167.51120.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 51%
R=24%
G=25%
B=51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72751530.530.5100.4237.783644.12
Hex484B993533028ee242c
Octal11011323165630503564454
Binary1001000100101110011001110101110011010100011101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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