#4B2D66

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

Shades of Blue Diamond #4B2D66

Tints of Blue Diamond #4B2D66

Color information

#4B2D66 (or 0x4B2D66) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2D and 66. RGB value is (75,45,102). Sum of RGB (Red+Green+Blue) = 75+45+102=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D66 is #B4D299. Grayscale: #3C3C3C. Windows color (decimal): -11850394 or 6696267. OLE color: 6696267.

HSL color Cylindrical-coordinate representation of color #4B2D66: hue angle of 271.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2D66 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7545102-
CMYK0.260.5600.6
HSL271.58º38.78%28.82%-
HSV(B)271.58º55.88%40%-
XYZ6.244.3313.08-
YUV60.47151.44138.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=33.78%
G=20.27%
B=45.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75451020.260.5600.6271.5838.7828.82
Hex4B2D661A3803C110271d
Octal1135514632700744204735
Binary1001011101101110011011010111000011110010001000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,102); }

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

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

 a { background-color: rgb(75,45,102); }

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

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

 span { border-color: rgb(75,45,102); }

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