Html Css Color HEX #4F2C8E Kingfisher Daisy

📋 copy color: '#4F2C8E'

red 79 ◦ green 44 ◦ blue 142

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

Shades of Kingfisher Daisy #4F2C8E

Tints of Kingfisher Daisy #4F2C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 29.81%
G = 16.6%
B = 53.58%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F2C8E (or 0x4F2C8E) is known color: Kingfisher Daisy. HEX triplet: 4F, 2C and 8E. RGB value is (79,44,142). Sum of RGB (Red+Green+Blue) = 79+44+142=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F2C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2C8E is #B0D371. Grayscale: #414141. Windows color (decimal): -11588466 or 9317455. OLE color: 9317455.

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

Color convert

RGB 79 44 142 -
CMYK 0.44 0.69 0 0.44
HSL 261.43º 0.53% 0.36% -
HSV(B) 261.43º 0.69% 0.56% -
XYZ 9.01 5.42 26.16 -
YUV 65.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 79 44 142 0.44 0.69 0 0.44 261.43 0.53 0.36
Hex 4F 2C 8E 2C 45 0 2C 105 35 24
Octal 117 54 216 54 105 0 54 405 65 44
Binary 1001111 101100 10001110 101100 1000101 0 101100 100000101 110101 100100

Color Harmonies of #4F2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C8E

Black with #4F2C8E

Text Example


Text Example

White with #4F2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,44,142); }

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

background-color css

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

 a { background-color: rgb(79,44,142); }

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

border-color css

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

 span { border-color: rgb(79,44,142); }

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