#4E2190

Color #4E2190 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #4E2190

Tints of Kingfisher Daisy #4E2190

Color information

#4E2190 (or 0x4E2190) is unknown color: approx Kingfisher Daisy. HEX triplet: 4E, 21 and 90. RGB value is (78,33,144). Sum of RGB (Red+Green+Blue) = 78+33+144=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E2190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2190 is #B1DE6F. Grayscale: #3A3A3A. Windows color (decimal): -11656816 or 9445710. OLE color: 9445710.

HSL color Cylindrical-coordinate representation of color #4E2190: hue angle of 264.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2190 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7833144-
CMYK0.460.7700.44
HSL264.32º62.71%34.71%-
HSV(B)264.32º77.08%56.47%-
XYZ8.724.7226.84-
YUV59.11175.91141.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=30.59%
G=12.94%
B=56.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78331440.460.7700.44264.3262.7134.71
Hex4E21902E4D02C1083f23
Octal11641220561150544107743
Binary10011101000011001000010111010011010101100100001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,144); }

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

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

 a { background-color: rgb(78,33,144); }

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

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

 span { border-color: rgb(78,33,144); }

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