#484D9F

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

Shades of Governor Bay #484D9F

Tints of Governor Bay #484D9F

Color information

#484D9F (or 0x484D9F) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 9F. RGB value is (72,77,159). Sum of RGB (Red+Green+Blue) = 72+77+159=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #484D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D9F is #B7B260. Grayscale: #545454. Windows color (decimal): -12038753 or 10440008. OLE color: 10440008.

HSL color Cylindrical-coordinate representation of color #484D9F: hue angle of 236.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484D9F is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7277159-
CMYK0.550.5200.38
HSL236.55º37.66%45.29%-
HSV(B)236.55º54.72%62.35%-
XYZ11.589.1933.96-
YUV84.85169.84118.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=23.38%
G=25%
B=51.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72771590.550.5200.38236.5537.6645.29
Hex484D9F3734026ed262d
Octal11011523767640463554655
Binary1001000100110110011111110111110100010011011101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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