Html Css Color HEX #483973 Meteorite

📋 copy color: '#483973'

red 72 ◦ green 57 ◦ blue 115

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

Shades of Meteorite #483973

Tints of Meteorite #483973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 29.51%
G = 23.36%
B = 47.13%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483973 (or 0x483973) is known color: Meteorite. HEX triplet: 48, 39 and 73. RGB value is (72,57,115). Sum of RGB (Red+Green+Blue) = 72+57+115=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #483973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483973 is #B7C68C. Grayscale: #434343. Windows color (decimal): -12043917 or 7551304. OLE color: 7551304.

HSL color Cylindrical-coordinate representation of color #483973: hue angle of 255.52º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483973 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 57 115 -
CMYK 0.37 0.50 0 0.55
HSL 255.52º 0.34% 0.34% -
HSV(B) 255.52º 0.5% 0.45% -
XYZ 7.23 5.54 16.91 -
YUV 68.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 72 57 115 0.37 0.50 0 0.55 255.52 0.34 0.34
Hex 48 39 73 25 32 0 37 100 22 22
Octal 110 71 163 45 62 0 67 400 42 42
Binary 1001000 111001 1110011 100101 110010 0 110111 100000000 100010 100010

Color Harmonies of #483973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483973

Black with #483973

Text Example


Text Example

White with #483973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483973; }

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

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

background-color css

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

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

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

border-color css

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

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

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