#4B256B

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

Shades of Blue Diamond #4B256B

Tints of Blue Diamond #4B256B

Color information

#4B256B (or 0x4B256B) is unknown color: approx Blue Diamond. HEX triplet: 4B, 25 and 6B. RGB value is (75,37,107). Sum of RGB (Red+Green+Blue) = 75+37+107=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B256B is #B4DA94. Grayscale: #383838. Windows color (decimal): -11852437 or 7021899. OLE color: 7021899.

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

Color convert

RGB7537107-
CMYK0.300.6500.58
HSL272.57º48.61%28.24%-
HSV(B)272.57º65.42%41.96%-
XYZ6.223.8814.33-
YUV56.34156.59141.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=34.25%
G=16.89%
B=48.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75371070.300.6500.58272.5748.6128.24
Hex4B256B1E4103A111311c
Octal11345153361010724216134
Binary10010111001011101011111101000001011101010001000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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