Html Css Color HEX #483560 Meteorite

📋 copy color: '#483560'

red 72 ◦ green 53 ◦ blue 96

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

Shades of Meteorite #483560

Tints of Meteorite #483560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 32.58%
G = 23.98%
B = 43.44%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483560 (or 0x483560) is known color: Meteorite. HEX triplet: 48, 35 and 60. RGB value is (72,53,96). Sum of RGB (Red+Green+Blue) = 72+53+96=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #483560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483560 is #B7CA9F. Grayscale: #3F3F3F. Windows color (decimal): -12044960 or 6305096. OLE color: 6305096.

HSL color Cylindrical-coordinate representation of color #483560: hue angle of 266.51º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483560 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 53 96 -
CMYK 0.25 0.45 0 0.62
HSL 266.51º 0.29% 0.29% -
HSV(B) 266.51º 0.45% 0.38% -
XYZ 6.06 4.77 11.67 -
YUV 63.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 72 53 96 0.25 0.45 0 0.62 266.51 0.29 0.29
Hex 48 35 60 19 2D 0 3E 10B 1D 1D
Octal 110 65 140 31 55 0 76 413 35 35
Binary 1001000 110101 1100000 11001 101101 0 111110 100001011 11101 11101

Color Harmonies of #483560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483560

Black with #483560

Text Example


Text Example

White with #483560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483560; }

 p { color: rgb(72,53,96); }

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

background-color css

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

 a { background-color: rgb(72,53,96); }

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

border-color css

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

 span { border-color: rgb(72,53,96); }

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