Html Css Color HEX #483071 Blue Diamond

📋 copy color: '#483071'

red 72 ◦ green 48 ◦ blue 113

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

Shades of Blue Diamond #483071

Tints of Blue Diamond #483071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 30.9%
G = 20.6%
B = 48.5%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483071 (or 0x483071) is known color: Blue Diamond. HEX triplet: 48, 30 and 71. RGB value is (72,48,113). Sum of RGB (Red+Green+Blue) = 72+48+113=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #483071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483071 is #B7CF8E. Grayscale: #3E3E3E. Windows color (decimal): -12046223 or 7417928. OLE color: 7417928.

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

Color convert

RGB 72 48 113 -
CMYK 0.36 0.58 0 0.56
HSL 262.15º 0.4% 0.32% -
HSV(B) 262.15º 0.58% 0.44% -
XYZ 6.71 4.68 16.17 -
YUV 62.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 72 48 113 0.36 0.58 0 0.56 262.15 0.4 0.32
Hex 48 30 71 24 3A 0 38 106 28 20
Octal 110 60 161 44 72 0 70 406 50 40
Binary 1001000 110000 1110001 100100 111010 0 111000 100000110 101000 100000

Color Harmonies of #483071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483071

Black with #483071

Text Example


Text Example

White with #483071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483071; }

 p { color: rgb(72,48,113); }

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

background-color css

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

 a { background-color: rgb(72,48,113); }

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

border-color css

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

 span { border-color: rgb(72,48,113); }

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