#4B286C

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

Shades of Blue Diamond #4B286C

Tints of Blue Diamond #4B286C

Color information

#4B286C (or 0x4B286C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 28 and 6C. RGB value is (75,40,108). Sum of RGB (Red+Green+Blue) = 75+40+108=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B286C is #B4D793. Grayscale: #393939. Windows color (decimal): -11851668 or 7088203. OLE color: 7088203.

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

Color convert

RGB7540108-
CMYK0.310.6300.58
HSL270.88º45.95%29.02%-
HSV(B)270.88º62.96%42.35%-
XYZ6.374.114.64-
YUV58.22156.1139.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=33.63%
G=17.94%
B=48.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75401080.310.6300.58270.8845.9529.02
Hex4B286C1F3F03A10f2e1d
Octal1135015437770724175635
Binary1001011101000110110011111111111011101010000111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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