#4B336C

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

Shades of Blue Diamond #4B336C

Tints of Blue Diamond #4B336C

Color information

#4B336C (or 0x4B336C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 33 and 6C. RGB value is (75,51,108). Sum of RGB (Red+Green+Blue) = 75+51+108=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B336C is #B4CC93. Grayscale: #404040. Windows color (decimal): -11848852 or 7091019. OLE color: 7091019.

HSL color Cylindrical-coordinate representation of color #4B336C: hue angle of 265.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B336C is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7551108-
CMYK0.310.5300.58
HSL265.26º35.85%31.18%-
HSV(B)265.26º52.78%42.35%-
XYZ6.794.9514.78-
YUV64.67152.45135.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=32.05%
G=21.79%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75511080.310.5300.58265.2635.8531.18
Hex4B336C1F3503A109241f
Octal1136315437650724114437
Binary1001011110011110110011111110101011101010000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,108); }

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

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

 a { background-color: rgb(75,51,108); }

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

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

 span { border-color: rgb(75,51,108); }

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