#4B3264

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

Shades of Blue Diamond #4B3264

Tints of Blue Diamond #4B3264

Color information

#4B3264 (or 0x4B3264) is unknown color: approx Blue Diamond. HEX triplet: 4B, 32 and 64. RGB value is (75,50,100). Sum of RGB (Red+Green+Blue) = 75+50+100=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B3264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3264 is #B4CD9B. Grayscale: #3F3F3F. Windows color (decimal): -11849116 or 6566475. OLE color: 6566475.

HSL color Cylindrical-coordinate representation of color #4B3264: hue angle of 270º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3264 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7550100-
CMYK0.250.5000.61
HSL270º33.33%29.41%-
HSV(B)270º50%39.22%-
XYZ6.344.712.63-
YUV63.18148.78136.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75501000.250.5000.6127033.3329.41
Hex4B3264193203D10e211d
Octal1136214431620754164135
Binary1001011110010110010011001110010011110110000111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,100); }

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

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

 a { background-color: rgb(75,50,100); }

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

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

 span { border-color: rgb(75,50,100); }

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