Html Css Color HEX #483C5F Meteorite

📋 copy color: '#483C5F'

red 72 ◦ green 60 ◦ blue 95

#483C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #483C5F

Tints of Meteorite #483C5F

RGB

 RED value IS 72 (28.52% from 255) = 31.72%

 GREEN value IS 60 (23.83% from 255) = 26.43%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 31.72%
G = 26.43%
B = 41.85%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#483C5F (or 0x483C5F) is known color: Meteorite. HEX triplet: 48, 3C and 5F. RGB value is (72,60,95). Sum of RGB (Red+Green+Blue) = 72+60+95=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #483C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C5F is #B7C3A0. Grayscale: #434343. Windows color (decimal): -12043169 or 6241352. OLE color: 6241352.

HSL color Cylindrical-coordinate representation of color #483C5F: hue angle of 260.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483C5F is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 60 95 -
CMYK 0.24 0.37 0 0.63
HSL 260.57º 0.23% 0.3% -
HSV(B) 260.57º 0.37% 0.37% -
XYZ 6.35 5.44 11.54 -
YUV 67.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 72 60 95 0.24 0.37 0 0.63 260.57 0.23 0.3
Hex 48 3C 5F 18 25 0 3F 105 17 1E
Octal 110 74 137 30 45 0 77 405 27 36
Binary 1001000 111100 1011111 11000 100101 0 111111 100000101 10111 11110

Color Harmonies of #483C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C5F

Black with #483C5F

Text Example


Text Example

White with #483C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,95); }

 H1.HeaderClassName
 {
   color: #483C5F;
 }
 .AnyTagClassName
 {
   color: #483C5F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,60,95); }

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

border-color css

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

 span { border-color: rgb(72,60,95); }

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