Html Css Color HEX #4E2490 Kingfisher Daisy

📋 copy color: '#4E2490'

red 78 ◦ green 36 ◦ blue 144

#4E2490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #4E2490

Tints of Kingfisher Daisy #4E2490

RGB

 RED value IS 78 (30.86% from 255) = 30.23%

 GREEN value IS 36 (14.45% from 255) = 13.95%

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 30.23%
G = 13.95%
B = 55.81%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E2490 (or 0x4E2490) is known color: Kingfisher Daisy. HEX triplet: 4E, 24 and 90. RGB value is (78,36,144). Sum of RGB (Red+Green+Blue) = 78+36+144=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E2490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2490 is #B1DB6F. Grayscale: #3C3C3C. Windows color (decimal): -11656048 or 9446478. OLE color: 9446478.

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

Color convert

RGB 78 36 144 -
CMYK 0.46 0.75 0 0.44
HSL 263.33º 0.6% 0.35% -
HSV(B) 263.33º 0.75% 0.56% -
XYZ 8.81 4.9 26.87 -
YUV 60.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 78 36 144 0.46 0.75 0 0.44 263.33 0.6 0.35
Hex 4E 24 90 2E 4B 0 2C 107 3C 23
Octal 116 44 220 56 113 0 54 407 74 43
Binary 1001110 100100 10010000 101110 1001011 0 101100 100000111 111100 100011

Color Harmonies of #4E2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2490

Black with #4E2490

Text Example


Text Example

White with #4E2490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E2490;
 }
 .AnyTagClassName
 {
   color: #4E2490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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