Html Css Color HEX #4D2095 Kingfisher Daisy

📋 copy color: '#4D2095'

red 77 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #4D2095

Tints of Kingfisher Daisy #4D2095

RGB

 RED value IS 77 (30.47% from 255) = 29.84%

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 29.84%
G = 12.4%
B = 57.75%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D2095 (or 0x4D2095) is known color: Kingfisher Daisy. HEX triplet: 4D, 20 and 95. RGB value is (77,32,149). Sum of RGB (Red+Green+Blue) = 77+32+149=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2095 is #B2DF6A. Grayscale: #3A3A3A. Windows color (decimal): -11722603 or 9773133. OLE color: 9773133.

HSL color Cylindrical-coordinate representation of color #4D2095: hue angle of 263.08º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2095 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 32 149 -
CMYK 0.48 0.79 0 0.42
HSL 263.08º 0.65% 0.35% -
HSV(B) 263.08º 0.79% 0.58% -
XYZ 9 4.78 28.88 -
YUV 58.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 77 32 149 0.48 0.79 0 0.42 263.08 0.65 0.35
Hex 4D 20 95 30 4F 0 2A 107 41 23
Octal 115 40 225 60 117 0 52 407 101 43
Binary 1001101 100000 10010101 110000 1001111 0 101010 100000111 1000001 100011

Color Harmonies of #4D2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2095

Black with #4D2095

Text Example


Text Example

White with #4D2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,149); }

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

background-color css

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

 a { background-color: rgb(77,32,149); }

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

border-color css

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

 span { border-color: rgb(77,32,149); }

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