Html Css Color HEX #483360 Meteorite

📋 copy color: '#483360'

red 72 ◦ green 51 ◦ blue 96

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

Shades of Meteorite #483360

Tints of Meteorite #483360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 32.88%
G = 23.29%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483360 (or 0x483360) is known color: Meteorite. HEX triplet: 48, 33 and 60. RGB value is (72,51,96). Sum of RGB (Red+Green+Blue) = 72+51+96=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #483360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483360 is #B7CC9F. Grayscale: #3E3E3E. Windows color (decimal): -12045472 or 6304584. OLE color: 6304584.

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

Color convert

RGB 72 51 96 -
CMYK 0.25 0.47 0 0.62
HSL 268º 0.31% 0.29% -
HSV(B) 268º 0.47% 0.38% -
XYZ 5.97 4.59 11.64 -
YUV 62.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 72 51 96 0.25 0.47 0 0.62 268 0.31 0.29
Hex 48 33 60 19 2F 0 3E 10C 1F 1D
Octal 110 63 140 31 57 0 76 414 37 35
Binary 1001000 110011 1100000 11001 101111 0 111110 100001100 11111 11101

Color Harmonies of #483360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483360

Black with #483360

Text Example


Text Example

White with #483360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483360; }

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

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

background-color css

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

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

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

border-color css

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

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

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