#4E267B

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

Shades of Blue Diamond #4E267B

Tints of Blue Diamond #4E267B

Color information

#4E267B (or 0x4E267B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 26 and 7B. RGB value is (78,38,123). Sum of RGB (Red+Green+Blue) = 78+38+123=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E267B is #B1D984. Grayscale: #3B3B3B. Windows color (decimal): -11655557 or 8070734. OLE color: 8070734.

HSL color Cylindrical-coordinate representation of color #4E267B: hue angle of 268.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E267B is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7838123-
CMYK0.370.6900.52
HSL268.24º52.8%31.57%-
HSV(B)268.24º69.11%48.24%-
XYZ7.414.4419.2-
YUV59.65163.75141.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=32.64%
G=15.90%
B=51.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78381230.370.6900.52268.2452.831.57
Hex4E267B254503410c3520
Octal11646173451050644146540
Binary1001110100110111101110010110001010110100100001100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,123); }

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

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

 a { background-color: rgb(78,38,123); }

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

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

 span { border-color: rgb(78,38,123); }

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