#483A77

Color #483A77 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #483A77

Tints of Meteorite #483A77

Color information

#483A77 (or 0x483A77) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 77. RGB value is (72,58,119). Sum of RGB (Red+Green+Blue) = 72+58+119=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #483A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A77 is #B7C588. Grayscale: #444444. Windows color (decimal): -12043657 or 7813704. OLE color: 7813704.

HSL color Cylindrical-coordinate representation of color #483A77: hue angle of 253.77º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483A77 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7258119-
CMYK0.390.5100.53
HSL253.77º34.46%34.71%-
HSV(B)253.77º51.26%46.67%-
XYZ7.525.7418.16-
YUV69.14156.14130.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=28.92%
G=23.29%
B=47.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72581190.390.5100.53253.7734.4634.71
Hex483A772733035fe2223
Octal1107216747630653764243
Binary10010001110101110111100111110011011010111111110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A77; }

 p { color: rgb(72,58,119); }

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

<style>
 a { background-color: #483A77; }

 a { background-color: rgb(72,58,119); }

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

<style>
 span { border-color: #483A77; }

 span { border-color: rgb(72,58,119); }

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