Html Css Color HEX #4F2485 Kingfisher Daisy

📋 copy color: '#4F2485'

red 79 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #4F2485

Tints of Kingfisher Daisy #4F2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 31.85%
G = 14.52%
B = 53.63%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F2485 (or 0x4F2485) is known color: Kingfisher Daisy. HEX triplet: 4F, 24 and 85. RGB value is (79,36,133). Sum of RGB (Red+Green+Blue) = 79+36+133=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2485 is #B0DB7A. Grayscale: #3B3B3B. Windows color (decimal): -11590523 or 8725583. OLE color: 8725583.

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

Color convert

RGB 79 36 133 -
CMYK 0.41 0.73 0 0.48
HSL 266.6º 0.57% 0.33% -
HSV(B) 266.6º 0.73% 0.52% -
XYZ 8.09 4.62 22.66 -
YUV 59.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 79 36 133 0.41 0.73 0 0.48 266.6 0.57 0.33
Hex 4F 24 85 29 49 0 30 10B 39 21
Octal 117 44 205 51 111 0 60 413 71 41
Binary 1001111 100100 10000101 101001 1001001 0 110000 100001011 111001 100001

Color Harmonies of #4F2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2485

Black with #4F2485

Text Example


Text Example

White with #4F2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,36,133); }

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

background-color css

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

 a { background-color: rgb(79,36,133); }

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

border-color css

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

 span { border-color: rgb(79,36,133); }

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