#4B1972

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

Shades of Blue Diamond #4B1972

Tints of Blue Diamond #4B1972

Color information

#4B1972 (or 0x4B1972) is unknown color: approx Blue Diamond. HEX triplet: 4B, 19 and 72. RGB value is (75,25,114). Sum of RGB (Red+Green+Blue) = 75+25+114=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1972 is #B4E68D. Grayscale: #313131. Windows color (decimal): -11855502 or 7477579. OLE color: 7477579.

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

Color convert

RGB7525114-
CMYK0.340.7800.55
HSL273.71º64.03%27.25%-
HSV(B)273.71º78.07%44.71%-
XYZ6.293.4116.25-
YUV50.1164.06145.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=35.05%
G=11.68%
B=53.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75251140.340.7800.55273.7164.0327.25
Hex4B1972224E037112401b
Octal113311624211606742210033
Binary100101111001111001010001010011100110111100010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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