Html Css Color HEX #483160 Blue Diamond

📋 copy color: '#483160'

red 72 ◦ green 49 ◦ blue 96

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

Shades of Blue Diamond #483160

Tints of Blue Diamond #483160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

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

R = 33.18%
G = 22.58%
B = 44.24%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483160 (or 0x483160) is known color: Blue Diamond. HEX triplet: 48, 31 and 60. RGB value is (72,49,96). Sum of RGB (Red+Green+Blue) = 72+49+96=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #483160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483160 is #B7CE9F. Grayscale: #3D3D3D. Windows color (decimal): -12045984 or 6304072. OLE color: 6304072.

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

Color convert

RGB 72 49 96 -
CMYK 0.25 0.49 0 0.62
HSL 269.36º 0.32% 0.28% -
HSV(B) 269.36º 0.49% 0.38% -
XYZ 5.88 4.42 11.61 -
YUV 61.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 72 49 96 0.25 0.49 0 0.62 269.36 0.32 0.28
Hex 48 31 60 19 31 0 3E 10D 20 1C
Octal 110 61 140 31 61 0 76 415 40 34
Binary 1001000 110001 1100000 11001 110001 0 111110 100001101 100000 11100

Color Harmonies of #483160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483160

Black with #483160

Text Example


Text Example

White with #483160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483160; }

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

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

background-color css

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

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

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

border-color css

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

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

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