#484E8A

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

Shades of Governor Bay #484E8A

Tints of Governor Bay #484E8A

Color information

#484E8A (or 0x484E8A) is unknown color: approx Governor Bay. HEX triplet: 48, 4E and 8A. RGB value is (72,78,138). Sum of RGB (Red+Green+Blue) = 72+78+138=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #484E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E8A is #B7B175. Grayscale: #525252. Windows color (decimal): -12038518 or 9064008. OLE color: 9064008.

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

Color convert

RGB7278138-
CMYK0.480.4300.46
HSL234.55º31.43%41.18%-
HSV(B)234.55º47.83%54.12%-
XYZ9.988.6625.19-
YUV83.05159.01120.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=25%
G=27.08%
B=47.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72781380.480.4300.46234.5531.4341.18
Hex484E8A302B02Eeb1f29
Octal11011621260530563533751
Binary100100010011101000101011000010101101011101110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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