Html Css Color HEX #483960 Meteorite

📋 copy color: '#483960'

red 72 ◦ green 57 ◦ blue 96

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

Shades of Meteorite #483960

Tints of Meteorite #483960

RGB

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

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

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

R = 32%
G = 25.33%
B = 42.67%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483960 (or 0x483960) is known color: Meteorite. HEX triplet: 48, 39 and 60. RGB value is (72,57,96). Sum of RGB (Red+Green+Blue) = 72+57+96=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #483960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483960 is #B7C69F. Grayscale: #414141. Windows color (decimal): -12043936 or 6306120. OLE color: 6306120.

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

Color convert

RGB 72 57 96 -
CMYK 0.25 0.41 0 0.62
HSL 263.08º 0.25% 0.3% -
HSV(B) 263.08º 0.41% 0.38% -
XYZ 6.25 5.15 11.73 -
YUV 65.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 72 57 96 0.25 0.41 0 0.62 263.08 0.25 0.3
Hex 48 39 60 19 29 0 3E 107 19 1E
Octal 110 71 140 31 51 0 76 407 31 36
Binary 1001000 111001 1100000 11001 101001 0 111110 100000111 11001 11110

Color Harmonies of #483960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483960

Black with #483960

Text Example


Text Example

White with #483960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483960; }

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

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

background-color css

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

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

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

border-color css

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

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

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