#484F99

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

Shades of Governor Bay #484F99

Tints of Governor Bay #484F99

Color information

#484F99 (or 0x484F99) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and 99. RGB value is (72,79,153). Sum of RGB (Red+Green+Blue) = 72+79+153=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #484F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F99 is #B7B066. Grayscale: #555555. Windows color (decimal): -12038247 or 10047304. OLE color: 10047304.

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

Color convert

RGB7279153-
CMYK0.530.4800.4
HSL234.81º36%44.12%-
HSV(B)234.81º52.94%60%-
XYZ11.229.2731.33-
YUV85.34166.18118.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=23.68%
G=25.99%
B=50.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72791530.530.4800.4234.813644.12
Hex484F993530028eb242c
Octal11011723165600503534454
Binary1001000100111110011001110101110000010100011101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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