#483D74

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

Shades of Meteorite #483D74

Tints of Meteorite #483D74

Color information

#483D74 (or 0x483D74) is unknown color: approx Meteorite. HEX triplet: 48, 3D and 74. RGB value is (72,61,116). Sum of RGB (Red+Green+Blue) = 72+61+116=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #483D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D74 is #B7C28B. Grayscale: #464646. Windows color (decimal): -12042892 or 7617864. OLE color: 7617864.

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

Color convert

RGB7261116-
CMYK0.380.4700.55
HSL252º31.07%34.71%-
HSV(B)252º47.41%45.49%-
XYZ7.495.9817.28-
YUV70.56153.64129.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=28.92%
G=24.50%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72611160.380.4700.5525231.0734.71
Hex483D74262F037fc1f23
Octal1107516446570673743743
Binary1001000111101111010010011010111101101111111110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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