Html Css Color HEX #482570 Blue Diamond

📋 copy color: '#482570'

red 72 ◦ green 37 ◦ blue 112

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

Shades of Blue Diamond #482570

Tints of Blue Diamond #482570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 32.58%
G = 16.74%
B = 50.68%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482570 (or 0x482570) is known color: Blue Diamond. HEX triplet: 48, 25 and 70. RGB value is (72,37,112). Sum of RGB (Red+Green+Blue) = 72+37+112=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #482570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482570 is #B7DA8F. Grayscale: #373737. Windows color (decimal): -12049040 or 7349576. OLE color: 7349576.

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

Color convert

RGB 72 37 112 -
CMYK 0.36 0.67 0 0.56
HSL 268º 0.5% 0.29% -
HSV(B) 268º 0.67% 0.44% -
XYZ 6.26 3.87 15.75 -
YUV 56.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 72 37 112 0.36 0.67 0 0.56 268 0.5 0.29
Hex 48 25 70 24 43 0 38 10C 32 1D
Octal 110 45 160 44 103 0 70 414 62 35
Binary 1001000 100101 1110000 100100 1000011 0 111000 100001100 110010 11101

Color Harmonies of #482570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482570

Black with #482570

Text Example


Text Example

White with #482570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482570; }

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

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

background-color css

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

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

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

border-color css

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

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

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