Html Css Color HEX #483860 Meteorite

📋 copy color: '#483860'

red 72 ◦ green 56 ◦ blue 96

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

Shades of Meteorite #483860

Tints of Meteorite #483860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 32.14%
G = 25%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483860 (or 0x483860) is known color: Meteorite. HEX triplet: 48, 38 and 60. RGB value is (72,56,96). Sum of RGB (Red+Green+Blue) = 72+56+96=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #483860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483860 is #B7C79F. Grayscale: #414141. Windows color (decimal): -12044192 or 6305864. OLE color: 6305864.

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

Color convert

RGB 72 56 96 -
CMYK 0.25 0.42 0 0.62
HSL 264º 0.26% 0.3% -
HSV(B) 264º 0.42% 0.38% -
XYZ 6.2 5.05 11.71 -
YUV 65.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 72 56 96 0.25 0.42 0 0.62 264 0.26 0.3
Hex 48 38 60 19 2A 0 3E 108 1A 1E
Octal 110 70 140 31 52 0 76 410 32 36
Binary 1001000 111000 1100000 11001 101010 0 111110 100001000 11010 11110

Color Harmonies of #483860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483860

Black with #483860

Text Example


Text Example

White with #483860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483860; }

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

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

background-color css

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

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

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

border-color css

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

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

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