Html Css Color HEX #483471 Meteorite

📋 copy color: '#483471'

red 72 ◦ green 52 ◦ blue 113

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

Shades of Meteorite #483471

Tints of Meteorite #483471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 30.38%
G = 21.94%
B = 47.68%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483471 (or 0x483471) is known color: Meteorite. HEX triplet: 48, 34 and 71. RGB value is (72,52,113). Sum of RGB (Red+Green+Blue) = 72+52+113=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #483471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483471 is #B7CB8E. Grayscale: #404040. Windows color (decimal): -12045199 or 7418952. OLE color: 7418952.

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

Color convert

RGB 72 52 113 -
CMYK 0.36 0.54 0 0.56
HSL 259.67º 0.37% 0.32% -
HSV(B) 259.67º 0.54% 0.44% -
XYZ 6.88 5.03 16.23 -
YUV 64.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 72 52 113 0.36 0.54 0 0.56 259.67 0.37 0.32
Hex 48 34 71 24 36 0 38 104 25 20
Octal 110 64 161 44 66 0 70 404 45 40
Binary 1001000 110100 1110001 100100 110110 0 111000 100000100 100101 100000

Color Harmonies of #483471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483471

Black with #483471

Text Example


Text Example

White with #483471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483471; }

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

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

background-color css

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

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

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

border-color css

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

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

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