#4E2670

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

Shades of Blue Diamond #4E2670

Tints of Blue Diamond #4E2670

Color information

#4E2670 (or 0x4E2670) is unknown color: approx Blue Diamond. HEX triplet: 4E, 26 and 70. RGB value is (78,38,112). Sum of RGB (Red+Green+Blue) = 78+38+112=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E2670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2670 is #B1D98F. Grayscale: #3A3A3A. Windows color (decimal): -11655568 or 7349838. OLE color: 7349838.

HSL color Cylindrical-coordinate representation of color #4E2670: hue angle of 272.43º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2670 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7838112-
CMYK0.300.6600.56
HSL272.43º49.33%29.41%-
HSV(B)272.43º66.07%43.92%-
XYZ6.764.1815.78-
YUV58.4158.25141.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=34.21%
G=16.67%
B=49.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78381120.300.6600.56272.4349.3329.41
Hex4E26701E42038110311d
Octal11646160361020704206135
Binary10011101001101110000111101000010011100010001000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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