Html Css Color HEX #4E3185 Kingfisher Daisy

📋 copy color: '#4E3185'

red 78 ◦ green 49 ◦ blue 133

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

Shades of Kingfisher Daisy #4E3185

Tints of Kingfisher Daisy #4E3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 30%
G = 18.85%
B = 51.15%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E3185 (or 0x4E3185) is known color: Kingfisher Daisy. HEX triplet: 4E, 31 and 85. RGB value is (78,49,133). Sum of RGB (Red+Green+Blue) = 78+49+133=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E3185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3185 is #B1CE7A. Grayscale: #424242. Windows color (decimal): -11652731 or 8728910. OLE color: 8728910.

HSL color Cylindrical-coordinate representation of color #4E3185: hue angle of 260.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E3185 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 49 133 -
CMYK 0.41 0.63 0 0.48
HSL 260.71º 0.46% 0.36% -
HSV(B) 260.71º 0.63% 0.52% -
XYZ 8.47 5.51 22.81 -
YUV 67.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 78 49 133 0.41 0.63 0 0.48 260.71 0.46 0.36
Hex 4E 31 85 29 3F 0 30 105 2E 24
Octal 116 61 205 51 77 0 60 405 56 44
Binary 1001110 110001 10000101 101001 111111 0 110000 100000101 101110 100100

Color Harmonies of #4E3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3185

Black with #4E3185

Text Example


Text Example

White with #4E3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,133); }

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

background-color css

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

 a { background-color: rgb(78,49,133); }

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

border-color css

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

 span { border-color: rgb(78,49,133); }

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