Html Css Color HEX #483E5D Meteorite

📋 copy color: '#483E5D'

red 72 ◦ green 62 ◦ blue 93

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

Shades of Meteorite #483E5D

Tints of Meteorite #483E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 31.72%
G = 27.31%
B = 40.97%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#483E5D (or 0x483E5D) is known color: Meteorite. HEX triplet: 48, 3E and 5D. RGB value is (72,62,93). Sum of RGB (Red+Green+Blue) = 72+62+93=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #483E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E5D is #B7C1A2. Grayscale: #444444. Windows color (decimal): -12042659 or 6110792. OLE color: 6110792.

HSL color Cylindrical-coordinate representation of color #483E5D: hue angle of 259.35º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483E5D is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 62 93 -
CMYK 0.23 0.33 0 0.64
HSL 259.35º 0.2% 0.3% -
HSV(B) 259.35º 0.33% 0.36% -
XYZ 6.37 5.61 11.1 -
YUV 68.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 72 62 93 0.23 0.33 0 0.64 259.35 0.2 0.3
Hex 48 3E 5D 17 21 0 40 103 14 1E
Octal 110 76 135 27 41 0 100 403 24 36
Binary 1001000 111110 1011101 10111 100001 0 1000000 100000011 10100 11110

Color Harmonies of #483E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E5D

Black with #483E5D

Text Example


Text Example

White with #483E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,93); }

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

background-color css

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

 a { background-color: rgb(72,62,93); }

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

border-color css

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

 span { border-color: rgb(72,62,93); }

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