Html Css Color HEX #4F347C Kingfisher Daisy

📋 copy color: '#4F347C'

red 79 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #4F347C

Tints of Kingfisher Daisy #4F347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 30.98%
G = 20.39%
B = 48.63%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F347C (or 0x4F347C) is known color: Kingfisher Daisy. HEX triplet: 4F, 34 and 7C. RGB value is (79,52,124). Sum of RGB (Red+Green+Blue) = 79+52+124=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F347C is #B0CB83. Grayscale: #444444. Windows color (decimal): -11586436 or 8139855. OLE color: 8139855.

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

Color convert

RGB 79 52 124 -
CMYK 0.36 0.58 0 0.51
HSL 262.5º 0.41% 0.35% -
HSV(B) 262.5º 0.58% 0.49% -
XYZ 8.09 5.57 19.72 -
YUV 68.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 79 52 124 0.36 0.58 0 0.51 262.5 0.41 0.35
Hex 4F 34 7C 24 3A 0 33 106 29 23
Octal 117 64 174 44 72 0 63 406 51 43
Binary 1001111 110100 1111100 100100 111010 0 110011 100000110 101001 100011

Color Harmonies of #4F347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F347C

Black with #4F347C

Text Example


Text Example

White with #4F347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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