#4E356B

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

Shades of Blue Diamond #4E356B

Tints of Blue Diamond #4E356B

Color information

#4E356B (or 0x4E356B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 35 and 6B. RGB value is (78,53,107). Sum of RGB (Red+Green+Blue) = 78+53+107=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E356B is #B1CA94. Grayscale: #424242. Windows color (decimal): -11651733 or 7025998. OLE color: 7025998.

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

Color convert

RGB7853107-
CMYK0.270.5000.58
HSL267.78º33.75%31.37%-
HSV(B)267.78º50.47%41.96%-
XYZ7.075.2314.55-
YUV66.63150.78136.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.77%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=32.77%
G=22.27%
B=44.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78531070.270.5000.58267.7833.7531.37
Hex4E356B1B3203A10c221f
Octal1166515333620724144237
Binary1001110110101110101111011110010011101010000110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,107); }

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

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

 a { background-color: rgb(78,53,107); }

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

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

 span { border-color: rgb(78,53,107); }

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