Html Css Color HEX #4F2584 Kingfisher Daisy

📋 copy color: '#4F2584'

red 79 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #4F2584

Tints of Kingfisher Daisy #4F2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 31.85%
G = 14.92%
B = 53.23%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F2584 (or 0x4F2584) is known color: Kingfisher Daisy. HEX triplet: 4F, 25 and 84. RGB value is (79,37,132). Sum of RGB (Red+Green+Blue) = 79+37+132=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2584 is #B0DA7B. Grayscale: #3C3C3C. Windows color (decimal): -11590268 or 8660303. OLE color: 8660303.

HSL color Cylindrical-coordinate representation of color #4F2584: hue angle of 266.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2584 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 37 132 -
CMYK 0.40 0.72 0 0.48
HSL 266.53º 0.56% 0.33% -
HSV(B) 266.53º 0.72% 0.52% -
XYZ 8.05 4.65 22.3 -
YUV 60.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 79 37 132 0.40 0.72 0 0.48 266.53 0.56 0.33
Hex 4F 25 84 28 48 0 30 10B 38 21
Octal 117 45 204 50 110 0 60 413 70 41
Binary 1001111 100101 10000100 101000 1001000 0 110000 100001011 111000 100001

Color Harmonies of #4F2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2584

Black with #4F2584

Text Example


Text Example

White with #4F2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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