Html Css Color HEX #4F3485 Kingfisher Daisy

📋 copy color: '#4F3485'

red 79 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #4F3485

Tints of Kingfisher Daisy #4F3485

RGB

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

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

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

R = 29.92%
G = 19.7%
B = 50.38%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F3485 (or 0x4F3485) is known color: Kingfisher Daisy. HEX triplet: 4F, 34 and 85. RGB value is (79,52,133). Sum of RGB (Red+Green+Blue) = 79+52+133=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F3485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3485 is #B0CB7A. Grayscale: #454545. Windows color (decimal): -11586427 or 8729679. OLE color: 8729679.

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

Color convert

RGB 79 52 133 -
CMYK 0.41 0.61 0 0.48
HSL 260º 0.44% 0.36% -
HSV(B) 260º 0.61% 0.52% -
XYZ 8.69 5.81 22.85 -
YUV 69.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 79 52 133 0.41 0.61 0 0.48 260 0.44 0.36
Hex 4F 34 85 29 3D 0 30 104 2C 24
Octal 117 64 205 51 75 0 60 404 54 44
Binary 1001111 110100 10000101 101001 111101 0 110000 100000100 101100 100100

Color Harmonies of #4F3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3485

Black with #4F3485

Text Example


Text Example

White with #4F3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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