#4C2095

Color #4C2095 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #4C2095

Tints of Kingfisher Daisy #4C2095

Color information

#4C2095 (or 0x4C2095) is unknown color: approx Kingfisher Daisy. HEX triplet: 4C, 20 and 95. RGB value is (76,32,149). Sum of RGB (Red+Green+Blue) = 76+32+149=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2095 is #B3DF6A. Grayscale: #3A3A3A. Windows color (decimal): -11788139 or 9773132. OLE color: 9773132.

HSL color Cylindrical-coordinate representation of color #4C2095: hue angle of 262.56º 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 #4C2095 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7632149-
CMYK0.490.7900.42
HSL262.56º64.64%35.49%-
HSV(B)262.56º78.52%58.43%-
XYZ8.924.7428.88-
YUV58.49179.08140.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=29.57%
G=12.45%
B=57.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76321490.490.7900.42262.5664.6435.49
Hex4C2095314F02A1074123
Octal114402256111705240710143
Binary100110010000010010101110001100111101010101000001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C2095;
 }
 .AnyTagClassName
 {
   color: #4C2095;
 }
</style>
background-color css

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

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

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

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

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

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