#4E306B

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

Shades of Blue Diamond #4E306B

Tints of Blue Diamond #4E306B

Color information

#4E306B (or 0x4E306B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 30 and 6B. RGB value is (78,48,107). Sum of RGB (Red+Green+Blue) = 78+48+107=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E306B is #B1CF94. Grayscale: #3F3F3F. Windows color (decimal): -11653013 or 7024718. OLE color: 7024718.

HSL color Cylindrical-coordinate representation of color #4E306B: hue angle of 270.51º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E306B is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7848107-
CMYK0.270.5500.58
HSL270.51º38.06%30.39%-
HSV(B)270.51º55.14%41.96%-
XYZ6.854.814.47-
YUV63.7152.44138.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.48%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=33.48%
G=20.60%
B=45.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78481070.270.5500.58270.5138.0630.39
Hex4E306B1B3703A10f261e
Octal1166015333670724174636
Binary1001110110000110101111011110111011101010000111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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