Html Css Color HEX #483E5F Meteorite

📋 copy color: '#483E5F'

red 72 ◦ green 62 ◦ blue 95

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

Shades of Meteorite #483E5F

Tints of Meteorite #483E5F

RGB

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

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

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

R = 31.44%
G = 27.07%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#483E5F (or 0x483E5F) is known color: Meteorite. HEX triplet: 48, 3E and 5F. RGB value is (72,62,95). Sum of RGB (Red+Green+Blue) = 72+62+95=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #483E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E5F is #B7C1A0. Grayscale: #444444. Windows color (decimal): -12042657 or 6241864. OLE color: 6241864.

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

Color convert

RGB 72 62 95 -
CMYK 0.24 0.35 0 0.63
HSL 258.18º 0.21% 0.31% -
HSV(B) 258.18º 0.35% 0.37% -
XYZ 6.46 5.65 11.58 -
YUV 68.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 72 62 95 0.24 0.35 0 0.63 258.18 0.21 0.31
Hex 48 3E 5F 18 23 0 3F 102 15 1F
Octal 110 76 137 30 43 0 77 402 25 37
Binary 1001000 111110 1011111 11000 100011 0 111111 100000010 10101 11111

Color Harmonies of #483E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E5F

Black with #483E5F

Text Example


Text Example

White with #483E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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