#484E8C

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

Shades of Governor Bay #484E8C

Tints of Governor Bay #484E8C

Color information

#484E8C (or 0x484E8C) is unknown color: approx Governor Bay. HEX triplet: 48, 4E and 8C. RGB value is (72,78,140). Sum of RGB (Red+Green+Blue) = 72+78+140=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #484E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E8C is #B7B173. Grayscale: #535353. Windows color (decimal): -12038516 or 9195080. OLE color: 9195080.

HSL color Cylindrical-coordinate representation of color #484E8C: hue angle of 234.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484E8C is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7278140-
CMYK0.490.4400.45
HSL234.71º32.08%41.57%-
HSV(B)234.71º48.57%54.9%-
XYZ10.138.7225.96-
YUV83.27160.01119.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=24.83%
G=26.90%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72781400.490.4400.45234.7132.0841.57
Hex484E8C312C02Deb202a
Octal11011621461540553534052
Binary1001000100111010001100110001101100010110111101011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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