#484D8A

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

Shades of Governor Bay #484D8A

Tints of Governor Bay #484D8A

Color information

#484D8A (or 0x484D8A) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 8A. RGB value is (72,77,138). Sum of RGB (Red+Green+Blue) = 72+77+138=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #484D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D8A is #B7B275. Grayscale: #525252. Windows color (decimal): -12038774 or 9063752. OLE color: 9063752.

HSL color Cylindrical-coordinate representation of color #484D8A: hue angle of 235.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484D8A is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7277138-
CMYK0.480.4400.46
HSL235.45º31.43%41.18%-
HSV(B)235.45º47.83%54.12%-
XYZ9.918.5225.17-
YUV82.46159.34120.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=25.09%
G=26.83%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72771380.480.4400.46235.4531.4341.18
Hex484D8A302C02Eeb1f29
Octal11011521260540563533751
Binary100100010011011000101011000010110001011101110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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