#4E3066

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

Shades of Blue Diamond #4E3066

Tints of Blue Diamond #4E3066

Color information

#4E3066 (or 0x4E3066) is unknown color: approx Blue Diamond. HEX triplet: 4E, 30 and 66. RGB value is (78,48,102). Sum of RGB (Red+Green+Blue) = 78+48+102=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3066 is #B1CF99. Grayscale: #3E3E3E. Windows color (decimal): -11653018 or 6697038. OLE color: 6697038.

HSL color Cylindrical-coordinate representation of color #4E3066: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E3066 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7848102-
CMYK0.240.5300.6
HSL273.33º36%29.41%-
HSV(B)273.33º52.94%40%-
XYZ6.64.6913.13-
YUV63.13149.94138.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=34.21%
G=21.05%
B=44.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78481020.240.5300.6273.333629.41
Hex4E3066183503C111241d
Octal1166014630650744214435
Binary1001110110000110011011000110101011110010001000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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