#4E1B7A

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

Shades of Blue Diamond #4E1B7A

Tints of Blue Diamond #4E1B7A

Color information

#4E1B7A (or 0x4E1B7A) is unknown color: approx Blue Diamond. HEX triplet: 4E, 1B and 7A. RGB value is (78,27,122). Sum of RGB (Red+Green+Blue) = 78+27+122=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E1B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1B7A is #B1E485. Grayscale: #343434. Windows color (decimal): -11658374 or 8002382. OLE color: 8002382.

HSL color Cylindrical-coordinate representation of color #4E1B7A: hue angle of 272.21º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1B7A is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7827122-
CMYK0.360.7800.52
HSL272.21º63.76%29.22%-
HSV(B)272.21º77.87%47.84%-
XYZ7.053.8118.78-
YUV53.08166.9145.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=34.36%
G=11.89%
B=53.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78271220.360.7800.52272.2163.7629.22
Hex4E1B7A244E034110401d
Octal116331724411606442010035
Binary100111011011111101010010010011100110100100010000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,27,122); }

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

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

 a { background-color: rgb(78,27,122); }

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

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

 span { border-color: rgb(78,27,122); }

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