Html Css Color HEX #4E258E Kingfisher Daisy

📋 copy color: '#4E258E'

red 78 ◦ green 37 ◦ blue 142

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

Shades of Kingfisher Daisy #4E258E

Tints of Kingfisher Daisy #4E258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 30.35%
G = 14.4%
B = 55.25%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E258E (or 0x4E258E) is known color: Kingfisher Daisy. HEX triplet: 4E, 25 and 8E. RGB value is (78,37,142). Sum of RGB (Red+Green+Blue) = 78+37+142=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E258E is #B1DA71. Grayscale: #3C3C3C. Windows color (decimal): -11655794 or 9315662. OLE color: 9315662.

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

Color convert

RGB 78 37 142 -
CMYK 0.45 0.74 0 0.44
HSL 263.43º 0.59% 0.35% -
HSV(B) 263.43º 0.74% 0.56% -
XYZ 8.69 4.9 26.08 -
YUV 61.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 78 37 142 0.45 0.74 0 0.44 263.43 0.59 0.35
Hex 4E 25 8E 2D 4A 0 2C 107 3B 23
Octal 116 45 216 55 112 0 54 407 73 43
Binary 1001110 100101 10001110 101101 1001010 0 101100 100000111 111011 100011

Color Harmonies of #4E258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E258E

Black with #4E258E

Text Example


Text Example

White with #4E258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,142); }

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

background-color css

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

 a { background-color: rgb(78,37,142); }

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

border-color css

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

 span { border-color: rgb(78,37,142); }

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