Html Css Color HEX #483260 Meteorite

📋 copy color: '#483260'

red 72 ◦ green 50 ◦ blue 96

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

Shades of Meteorite #483260

Tints of Meteorite #483260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 33.03%
G = 22.94%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483260 (or 0x483260) is known color: Meteorite. HEX triplet: 48, 32 and 60. RGB value is (72,50,96). Sum of RGB (Red+Green+Blue) = 72+50+96=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #483260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483260 is #B7CD9F. Grayscale: #3D3D3D. Windows color (decimal): -12045728 or 6304328. OLE color: 6304328.

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

Color convert

RGB 72 50 96 -
CMYK 0.25 0.48 0 0.62
HSL 268.7º 0.32% 0.29% -
HSV(B) 268.7º 0.48% 0.38% -
XYZ 5.92 4.5 11.62 -
YUV 61.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 72 50 96 0.25 0.48 0 0.62 268.7 0.32 0.29
Hex 48 32 60 19 30 0 3E 10D 20 1D
Octal 110 62 140 31 60 0 76 415 40 35
Binary 1001000 110010 1100000 11001 110000 0 111110 100001101 100000 11101

Color Harmonies of #483260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483260

Black with #483260

Text Example


Text Example

White with #483260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483260; }

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

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

background-color css

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

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

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

border-color css

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

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

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