Html Css Color HEX #4B1570 Blue Diamond

📋 copy color: '#4B1570'

red 75 ◦ green 21 ◦ blue 112

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

Shades of Blue Diamond #4B1570

Tints of Blue Diamond #4B1570

RGB

 RED value IS 75 (29.69% from 255) = 36.06%

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

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

R = 36.06%
G = 10.1%
B = 53.85%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B1570 (or 0x4B1570) is known color: Blue Diamond. HEX triplet: 4B, 15 and 70. RGB value is (75,21,112). Sum of RGB (Red+Green+Blue) = 75+21+112=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B1570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1570 is #B4EA8F. Grayscale: #2F2F2F. Windows color (decimal): -11856528 or 7345483. OLE color: 7345483.

HSL color Cylindrical-coordinate representation of color #4B1570: hue angle of 275.6º 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 #4B1570 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 21 112 -
CMYK 0.33 0.81 0 0.56
HSL 275.6º 0.68% 0.26% -
HSV(B) 275.6º 0.81% 0.44% -
XYZ 6.09 3.2 15.63 -
YUV 47.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 75 21 112 0.33 0.81 0 0.56 275.6 0.68 0.26
Hex 4B 15 70 21 51 0 38 114 44 1A
Octal 113 25 160 41 121 0 70 424 104 32
Binary 1001011 10101 1110000 100001 1010001 0 111000 100010100 1000100 11010

Color Harmonies of #4B1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1570

Black with #4B1570

Text Example


Text Example

White with #4B1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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