#483875

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

Shades of Meteorite #483875

Tints of Meteorite #483875

Color information

#483875 (or 0x483875) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 75. RGB value is (72,56,117). Sum of RGB (Red+Green+Blue) = 72+56+117=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #483875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483875 is #B7C78A. Grayscale: #434343. Windows color (decimal): -12044171 or 7682120. OLE color: 7682120.

HSL color Cylindrical-coordinate representation of color #483875: hue angle of 255.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483875 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7256117-
CMYK0.380.5200.54
HSL255.74º35.26%33.92%-
HSV(B)255.74º52.14%45.88%-
XYZ7.35.4917.5-
YUV67.74155.8131.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=29.39%
G=22.86%
B=47.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72561170.380.5200.54255.7435.2633.92
Hex48387526340361002322
Octal1107016546640664004342
Binary100100011100011101011001101101000110110100000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483875; }

 p { color: rgb(72,56,117); }

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

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

 a { background-color: rgb(72,56,117); }

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

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

 span { border-color: rgb(72,56,117); }

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