Html Css Color HEX #4F367C Kingfisher Daisy

📋 copy color: '#4F367C'

red 79 ◦ green 54 ◦ blue 124

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

Shades of Kingfisher Daisy #4F367C

Tints of Kingfisher Daisy #4F367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 30.74%
G = 21.01%
B = 48.25%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F367C (or 0x4F367C) is known color: Kingfisher Daisy. HEX triplet: 4F, 36 and 7C. RGB value is (79,54,124). Sum of RGB (Red+Green+Blue) = 79+54+124=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F367C is #B0C983. Grayscale: #454545. Windows color (decimal): -11585924 or 8140367. OLE color: 8140367.

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

Color convert

RGB 79 54 124 -
CMYK 0.36 0.56 0 0.51
HSL 261.43º 0.39% 0.35% -
HSV(B) 261.43º 0.56% 0.49% -
XYZ 8.18 5.76 19.75 -
YUV 69.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 79 54 124 0.36 0.56 0 0.51 261.43 0.39 0.35
Hex 4F 36 7C 24 38 0 33 105 27 23
Octal 117 66 174 44 70 0 63 405 47 43
Binary 1001111 110110 1111100 100100 111000 0 110011 100000101 100111 100011

Color Harmonies of #4F367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F367C

Black with #4F367C

Text Example


Text Example

White with #4F367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,124); }

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

background-color css

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

 a { background-color: rgb(79,54,124); }

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

border-color css

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

 span { border-color: rgb(79,54,124); }

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