#4B1971

Color #4B1971 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4B1971

Tints of Blue Diamond #4B1971

Color information

#4B1971 (or 0x4B1971) is unknown color: approx Blue Diamond. HEX triplet: 4B, 19 and 71. RGB value is (75,25,113). Sum of RGB (Red+Green+Blue) = 75+25+113=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1971 is #B4E68E. Grayscale: #313131. Windows color (decimal): -11855503 or 7412043. OLE color: 7412043.

HSL color Cylindrical-coordinate representation of color #4B1971: hue angle of 274.09º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B1971 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7525113-
CMYK0.340.7800.56
HSL274.09º63.77%27.06%-
HSV(B)274.09º77.88%44.31%-
XYZ6.233.3815.95-
YUV49.98163.56145.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=35.21%
G=11.74%
B=53.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75251130.340.7800.56274.0963.7727.06
Hex4B1971224E038112401b
Octal113311614211607042210033
Binary100101111001111000110001010011100111000100010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,113); }

 H1.HeaderClassName
 {
   color: #4B1971;
 }
 .AnyTagClassName
 {
   color: #4B1971;
 }
</style>
background-color css

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

 a { background-color: rgb(75,25,113); }

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

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

 span { border-color: rgb(75,25,113); }

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