#483D76

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

Shades of Meteorite #483D76

Tints of Meteorite #483D76

Color information

#483D76 (or 0x483D76) is unknown color: approx Meteorite. HEX triplet: 48, 3D and 76. RGB value is (72,61,118). Sum of RGB (Red+Green+Blue) = 72+61+118=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #483D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D76 is #B7C289. Grayscale: #464646. Windows color (decimal): -12042890 or 7748936. OLE color: 7748936.

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

Color convert

RGB7261118-
CMYK0.390.4800.54
HSL251.58º31.84%35.1%-
HSV(B)251.58º48.31%46.27%-
XYZ7.616.0217.9-
YUV70.79154.64128.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=28.69%
G=24.30%
B=47.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72611180.390.4800.54251.5831.8435.1
Hex483D762730036fc2023
Octal1107516647600663744043
Binary10010001111011110110100111110000011011011111100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,118); }

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

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

 a { background-color: rgb(72,61,118); }

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

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

 span { border-color: rgb(72,61,118); }

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