Html Css Color HEX #481570 Blue Diamond

📋 copy color: '#481570'

red 72 ◦ green 21 ◦ blue 112

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

Shades of Blue Diamond #481570

Tints of Blue Diamond #481570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 35.12%
G = 10.24%
B = 54.63%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481570 (or 0x481570) is known color: Blue Diamond. HEX triplet: 48, 15 and 70. RGB value is (72,21,112). Sum of RGB (Red+Green+Blue) = 72+21+112=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #481570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481570 is #B7EA8F. Grayscale: #2E2E2E. Windows color (decimal): -12053136 or 7345480. OLE color: 7345480.

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

Color convert

RGB 72 21 112 -
CMYK 0.36 0.81 0 0.56
HSL 273.63º 0.68% 0.26% -
HSV(B) 273.63º 0.81% 0.44% -
XYZ 5.87 3.08 15.62 -
YUV 46.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 72 21 112 0.36 0.81 0 0.56 273.63 0.68 0.26
Hex 48 15 70 24 51 0 38 112 44 1A
Octal 110 25 160 44 121 0 70 422 104 32
Binary 1001000 10101 1110000 100100 1010001 0 111000 100010010 1000100 11010

Color Harmonies of #481570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481570

Black with #481570

Text Example


Text Example

White with #481570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481570; }

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

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

background-color css

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

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

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

border-color css

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

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

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