Html Css Color HEX #4E1F90 Kingfisher Daisy

📋 copy color: '#4E1F90'

red 78 ◦ green 31 ◦ blue 144

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

Shades of Kingfisher Daisy #4E1F90

Tints of Kingfisher Daisy #4E1F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.25%

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

R = 30.83%
G = 12.25%
B = 56.92%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E1F90 (or 0x4E1F90) is known color: Kingfisher Daisy. HEX triplet: 4E, 1F and 90. RGB value is (78,31,144). Sum of RGB (Red+Green+Blue) = 78+31+144=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E1F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1F90 is #B1E06F. Grayscale: #393939. Windows color (decimal): -11657328 or 9445198. OLE color: 9445198.

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

Color convert

RGB 78 31 144 -
CMYK 0.46 0.78 0 0.44
HSL 264.96º 0.65% 0.34% -
HSV(B) 264.96º 0.78% 0.56% -
XYZ 8.67 4.61 26.82 -
YUV 57.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 78 31 144 0.46 0.78 0 0.44 264.96 0.65 0.34
Hex 4E 1F 90 2E 4E 0 2C 109 41 22
Octal 116 37 220 56 116 0 54 411 101 42
Binary 1001110 11111 10010000 101110 1001110 0 101100 100001001 1000001 100010

Color Harmonies of #4E1F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1F90

Black with #4E1F90

Text Example


Text Example

White with #4E1F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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