#4D298B

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

Shades of Kingfisher Daisy #4D298B

Tints of Kingfisher Daisy #4D298B

Color information

#4D298B (or 0x4D298B) is unknown color: approx Kingfisher Daisy. HEX triplet: 4D, 29 and 8B. RGB value is (77,41,139). Sum of RGB (Red+Green+Blue) = 77+41+139=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D298B is #B2D674. Grayscale: #3E3E3E. Windows color (decimal): -11720309 or 9120077. OLE color: 9120077.

HSL color Cylindrical-coordinate representation of color #4D298B: hue angle of 262.04º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D298B is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7741139-
CMYK0.450.7100.45
HSL262.04º54.44%35.29%-
HSV(B)262.04º70.5%54.51%-
XYZ8.515.0324.95-
YUV62.94170.93138.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=29.96%
G=15.95%
B=54.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77411390.450.7100.45262.0454.4435.29
Hex4D298B2D4702D1063623
Octal11551213551070554066643
Binary10011011010011000101110110110001110101101100000110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,139); }

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

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

 a { background-color: rgb(77,41,139); }

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

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

 span { border-color: rgb(77,41,139); }

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