Html Css Color HEX #4F298D Kingfisher Daisy

📋 copy color: '#4F298D'

red 79 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #4F298D

Tints of Kingfisher Daisy #4F298D

RGB

 RED value IS 79 (31.25% from 255) = 30.27%

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 30.27%
G = 15.71%
B = 54.02%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F298D (or 0x4F298D) is known color: Kingfisher Daisy. HEX triplet: 4F, 29 and 8D. RGB value is (79,41,141). Sum of RGB (Red+Green+Blue) = 79+41+141=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F298D is #B0D672. Grayscale: #3F3F3F. Windows color (decimal): -11589235 or 9251151. OLE color: 9251151.

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

Color convert

RGB 79 41 141 -
CMYK 0.44 0.71 0 0.45
HSL 262.8º 0.55% 0.36% -
HSV(B) 262.8º 0.71% 0.55% -
XYZ 8.83 5.17 25.73 -
YUV 63.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 79 41 141 0.44 0.71 0 0.45 262.8 0.55 0.36
Hex 4F 29 8D 2C 47 0 2D 107 37 24
Octal 117 51 215 54 107 0 55 407 67 44
Binary 1001111 101001 10001101 101100 1000111 0 101101 100000111 110111 100100

Color Harmonies of #4F298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F298D

Black with #4F298D

Text Example


Text Example

White with #4F298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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