Html Css Color HEX #4F238D Kingfisher Daisy

📋 copy color: '#4F238D'

red 79 ◦ green 35 ◦ blue 141

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

Shades of Kingfisher Daisy #4F238D

Tints of Kingfisher Daisy #4F238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 30.98%
G = 13.73%
B = 55.29%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F238D (or 0x4F238D) is known color: Kingfisher Daisy. HEX triplet: 4F, 23 and 8D. RGB value is (79,35,141). Sum of RGB (Red+Green+Blue) = 79+35+141=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F238D is #B0DC72. Grayscale: #3B3B3B. Windows color (decimal): -11590771 or 9249615. OLE color: 9249615.

HSL color Cylindrical-coordinate representation of color #4F238D: hue angle of 264.91º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F238D is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 35 141 -
CMYK 0.44 0.75 0 0.45
HSL 264.91º 0.6% 0.35% -
HSV(B) 264.91º 0.75% 0.55% -
XYZ 8.63 4.79 25.67 -
YUV 60.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 79 35 141 0.44 0.75 0 0.45 264.91 0.6 0.35
Hex 4F 23 8D 2C 4B 0 2D 109 3C 23
Octal 117 43 215 54 113 0 55 411 74 43
Binary 1001111 100011 10001101 101100 1001011 0 101101 100001001 111100 100011

Color Harmonies of #4F238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F238D

Black with #4F238D

Text Example


Text Example

White with #4F238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,35,141); }

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

background-color css

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

 a { background-color: rgb(79,35,141); }

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

border-color css

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

 span { border-color: rgb(79,35,141); }

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