#484EA0

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

Shades of Governor Bay #484EA0

Tints of Governor Bay #484EA0

Color information

#484EA0 (or 0x484EA0) is unknown color: approx Governor Bay. HEX triplet: 48, 4E and A0. RGB value is (72,78,160). Sum of RGB (Red+Green+Blue) = 72+78+160=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #484EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484EA0 is #B7B15F. Grayscale: #555555. Windows color (decimal): -12038496 or 10505800. OLE color: 10505800.

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

Color convert

RGB7278160-
CMYK0.550.5100.37
HSL235.91º37.93%45.49%-
HSV(B)235.91º55%62.75%-
XYZ11.749.3634.45-
YUV85.55170.01118.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 160 (62.89% from 255) = 51.61%
R=23.23%
G=25.16%
B=51.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72781600.550.5100.37235.9137.9345.49
Hex484EA03733025ec262d
Octal11011624067630453544655
Binary1001000100111010100000110111110011010010111101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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