#483B62

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

Shades of Meteorite #483B62

Tints of Meteorite #483B62

Color information

#483B62 (or 0x483B62) is unknown color: approx Meteorite. HEX triplet: 48, 3B and 62. RGB value is (72,59,98). Sum of RGB (Red+Green+Blue) = 72+59+98=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #483B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B62 is #B7C49D. Grayscale: #434343. Windows color (decimal): -12043422 or 6437704. OLE color: 6437704.

HSL color Cylindrical-coordinate representation of color #483B62: hue angle of 260º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483B62 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB725998-
CMYK0.270.4000.62
HSL260º24.84%30.78%-
HSV(B)260º39.8%38.43%-
XYZ6.445.3912.26-
YUV67.33145.31131.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=31.44%
G=25.76%
B=42.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7259980.270.4000.6226024.8430.78
Hex483B621B2803E104191f
Octal1107314233500764043137
Binary100100011101111000101101110100001111101000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,98); }

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

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

 a { background-color: rgb(72,59,98); }

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

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

 span { border-color: rgb(72,59,98); }

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