Html Css Color HEX #483B5F Meteorite

📋 copy color: '#483B5F'

red 72 ◦ green 59 ◦ blue 95

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

Shades of Meteorite #483B5F

Tints of Meteorite #483B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

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

R = 31.86%
G = 26.11%
B = 42.04%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#483B5F (or 0x483B5F) is known color: Meteorite. HEX triplet: 48, 3B and 5F. RGB value is (72,59,95). Sum of RGB (Red+Green+Blue) = 72+59+95=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #483B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B5F is #B7C4A0. Grayscale: #424242. Windows color (decimal): -12043425 or 6241096. OLE color: 6241096.

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

Color convert

RGB 72 59 95 -
CMYK 0.24 0.38 0 0.63
HSL 261.67º 0.23% 0.3% -
HSV(B) 261.67º 0.38% 0.37% -
XYZ 6.3 5.33 11.52 -
YUV 66.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 72 59 95 0.24 0.38 0 0.63 261.67 0.23 0.3
Hex 48 3B 5F 18 26 0 3F 106 17 1E
Octal 110 73 137 30 46 0 77 406 27 36
Binary 1001000 111011 1011111 11000 100110 0 111111 100000110 10111 11110

Color Harmonies of #483B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B5F

Black with #483B5F

Text Example


Text Example

White with #483B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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