#4B296B

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

Shades of Blue Diamond #4B296B

Tints of Blue Diamond #4B296B

Color information

#4B296B (or 0x4B296B) is unknown color: approx Blue Diamond. HEX triplet: 4B, 29 and 6B. RGB value is (75,41,107). Sum of RGB (Red+Green+Blue) = 75+41+107=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B296B is #B4D694. Grayscale: #3A3A3A. Windows color (decimal): -11851413 or 7022923. OLE color: 7022923.

HSL color Cylindrical-coordinate representation of color #4B296B: hue angle of 270.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B296B is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7541107-
CMYK0.300.6200.58
HSL270.91º44.59%29.02%-
HSV(B)270.91º61.68%41.96%-
XYZ6.354.1414.38-
YUV58.69155.26139.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=33.63%
G=18.39%
B=47.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75411070.300.6200.58270.9144.5929.02
Hex4B296B1E3E03A10f2d1d
Octal1135115336760724175535
Binary1001011101001110101111110111110011101010000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,41,107); }

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

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

 a { background-color: rgb(75,41,107); }

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

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

 span { border-color: rgb(75,41,107); }

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