#4E2090

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

Shades of Kingfisher Daisy #4E2090

Tints of Kingfisher Daisy #4E2090

Color information

#4E2090 (or 0x4E2090) is unknown color: approx Kingfisher Daisy. HEX triplet: 4E, 20 and 90. RGB value is (78,32,144). Sum of RGB (Red+Green+Blue) = 78+32+144=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2090 is #B1DF6F. Grayscale: #3A3A3A. Windows color (decimal): -11657072 or 9445454. OLE color: 9445454.

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

Color convert

RGB7832144-
CMYK0.460.7800.44
HSL264.64º63.64%34.51%-
HSV(B)264.64º77.78%56.47%-
XYZ8.694.6726.83-
YUV58.52176.24141.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=30.71%
G=12.60%
B=56.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78321440.460.7800.44264.6463.6434.51
Hex4E20902E4E02C1094023
Octal116402205611605441110043
Binary100111010000010010000101110100111001011001000010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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