#4E238C

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

Shades of Kingfisher Daisy #4E238C

Tints of Kingfisher Daisy #4E238C

Color information

#4E238C (or 0x4E238C) is unknown color: approx Kingfisher Daisy. HEX triplet: 4E, 23 and 8C. RGB value is (78,35,140). Sum of RGB (Red+Green+Blue) = 78+35+140=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E238C is #B1DC73. Grayscale: #3B3B3B. Windows color (decimal): -11656308 or 9184078. OLE color: 9184078.

HSL color Cylindrical-coordinate representation of color #4E238C: hue angle of 264.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E238C is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7835140-
CMYK0.440.7500.45
HSL264.57º60%34.31%-
HSV(B)264.57º75%54.9%-
XYZ8.484.7225.27-
YUV59.83173.25140.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=30.83%
G=13.83%
B=55.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78351400.440.7500.45264.576034.31
Hex4E238C2C4B02D1093c22
Octal11643214541130554117442
Binary10011101000111000110010110010010110101101100001001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,140); }

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

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

 a { background-color: rgb(78,35,140); }

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

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

 span { border-color: rgb(78,35,140); }

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