#4F258D

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

Shades of Kingfisher Daisy #4F258D

Tints of Kingfisher Daisy #4F258D

Color information

#4F258D (or 0x4F258D) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 25 and 8D. RGB value is (79,37,141). Sum of RGB (Red+Green+Blue) = 79+37+141=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F258D is #B0DA72. Grayscale: #3D3D3D. Windows color (decimal): -11590259 or 9250127. OLE color: 9250127.

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

Color convert

RGB7937141-
CMYK0.440.7400.45
HSL264.23º58.43%34.9%-
HSV(B)264.23º73.76%55.29%-
XYZ8.694.9125.69-
YUV61.41172.91140.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=30.74%
G=14.40%
B=54.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79371410.440.7400.45264.2358.4334.9
Hex4F258D2C4A02D1083a23
Octal11745215541120554107243
Binary10011111001011000110110110010010100101101100001000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,141); }

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

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

 a { background-color: rgb(79,37,141); }

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

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

 span { border-color: rgb(79,37,141); }

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