Html Css Color HEX #482070 Blue Diamond

📋 copy color: '#482070'

red 72 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #482070

Tints of Blue Diamond #482070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 33.33%
G = 14.81%
B = 51.85%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482070 (or 0x482070) is known color: Blue Diamond. HEX triplet: 48, 20 and 70. RGB value is (72,32,112). Sum of RGB (Red+Green+Blue) = 72+32+112=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #482070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482070 is #B7DF8F. Grayscale: #343434. Windows color (decimal): -12050320 or 7348296. OLE color: 7348296.

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

Color convert

RGB 72 32 112 -
CMYK 0.36 0.71 0 0.56
HSL 270º 0.56% 0.28% -
HSV(B) 270º 0.71% 0.44% -
XYZ 6.11 3.58 15.7 -
YUV 53.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 72 32 112 0.36 0.71 0 0.56 270 0.56 0.28
Hex 48 20 70 24 47 0 38 10E 38 1C
Octal 110 40 160 44 107 0 70 416 70 34
Binary 1001000 100000 1110000 100100 1000111 0 111000 100001110 111000 11100

Color Harmonies of #482070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482070

Black with #482070

Text Example


Text Example

White with #482070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482070; }

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

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

background-color css

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

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

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

border-color css

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

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

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