#4B2A71

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

Shades of Blue Diamond #4B2A71

Tints of Blue Diamond #4B2A71

Color information

#4B2A71 (or 0x4B2A71) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2A and 71. RGB value is (75,42,113). Sum of RGB (Red+Green+Blue) = 75+42+113=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B2A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2A71 is #B4D58E. Grayscale: #3B3B3B. Windows color (decimal): -11851151 or 7416395. OLE color: 7416395.

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

Color convert

RGB7542113-
CMYK0.340.6300.56
HSL267.89º45.81%30.39%-
HSV(B)267.89º62.83%44.31%-
XYZ6.714.3416.11-
YUV59.96157.93138.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=32.61%
G=18.26%
B=49.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75421130.340.6300.56267.8945.8130.39
Hex4B2A71223F03810c2e1e
Octal1135216142770704145636
Binary10010111010101110001100010111111011100010000110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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