Html Css Color HEX #483170 Blue Diamond

📋 copy color: '#483170'

red 72 ◦ green 49 ◦ blue 112

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

Shades of Blue Diamond #483170

Tints of Blue Diamond #483170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 30.9%
G = 21.03%
B = 48.07%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483170 (or 0x483170) is known color: Blue Diamond. HEX triplet: 48, 31 and 70. RGB value is (72,49,112). Sum of RGB (Red+Green+Blue) = 72+49+112=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #483170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483170 is #B7CE8F. Grayscale: #3E3E3E. Windows color (decimal): -12045968 or 7352648. OLE color: 7352648.

HSL color Cylindrical-coordinate representation of color #483170: hue angle of 261.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483170 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 49 112 -
CMYK 0.36 0.56 0 0.56
HSL 261.9º 0.39% 0.32% -
HSV(B) 261.9º 0.56% 0.44% -
XYZ 6.7 4.74 15.89 -
YUV 63.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 72 49 112 0.36 0.56 0 0.56 261.9 0.39 0.32
Hex 48 31 70 24 38 0 38 106 27 20
Octal 110 61 160 44 70 0 70 406 47 40
Binary 1001000 110001 1110000 100100 111000 0 111000 100000110 100111 100000

Color Harmonies of #483170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483170

Black with #483170

Text Example


Text Example

White with #483170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483170; }

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

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

background-color css

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

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

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

border-color css

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

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

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