Html Css Color HEX #483971 Meteorite

📋 copy color: '#483971'

red 72 ◦ green 57 ◦ blue 113

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

Shades of Meteorite #483971

Tints of Meteorite #483971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 29.75%
G = 23.55%
B = 46.69%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483971 (or 0x483971) is known color: Meteorite. HEX triplet: 48, 39 and 71. RGB value is (72,57,113). Sum of RGB (Red+Green+Blue) = 72+57+113=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #483971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483971 is #B7C68E. Grayscale: #434343. Windows color (decimal): -12043919 or 7420232. OLE color: 7420232.

HSL color Cylindrical-coordinate representation of color #483971: hue angle of 256.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483971 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 57 113 -
CMYK 0.36 0.50 0 0.56
HSL 256.07º 0.33% 0.33% -
HSV(B) 256.07º 0.5% 0.44% -
XYZ 7.12 5.5 16.31 -
YUV 67.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 72 57 113 0.36 0.50 0 0.56 256.07 0.33 0.33
Hex 48 39 71 24 32 0 38 100 21 21
Octal 110 71 161 44 62 0 70 400 41 41
Binary 1001000 111001 1110001 100100 110010 0 111000 100000000 100001 100001

Color Harmonies of #483971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483971

Black with #483971

Text Example


Text Example

White with #483971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483971; }

 p { color: rgb(72,57,113); }

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

background-color css

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

 a { background-color: rgb(72,57,113); }

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

border-color css

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

 span { border-color: rgb(72,57,113); }

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