#483E77

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

Shades of Meteorite #483E77

Tints of Meteorite #483E77

Color information

#483E77 (or 0x483E77) is unknown color: approx Meteorite. HEX triplet: 48, 3E and 77. RGB value is (72,62,119). Sum of RGB (Red+Green+Blue) = 72+62+119=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #483E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E77 is #B7C188. Grayscale: #474747. Windows color (decimal): -12042633 or 7814728. OLE color: 7814728.

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

Color convert

RGB7262119-
CMYK0.390.4800.53
HSL250.53º31.49%35.49%-
HSV(B)250.53º47.9%46.67%-
XYZ7.726.1518.23-
YUV71.49154.81128.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=28.46%
G=24.51%
B=47.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72621190.390.4800.53250.5331.4935.49
Hex483E772730035fb1f23
Octal1107616747600653733743
Binary1001000111110111011110011111000001101011111101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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