Html Css Color HEX #4F2690 Kingfisher Daisy

📋 copy color: '#4F2690'

red 79 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #4F2690

Tints of Kingfisher Daisy #4F2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 30.27%
G = 14.56%
B = 55.17%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F2690 (or 0x4F2690) is known color: Kingfisher Daisy. HEX triplet: 4F, 26 and 90. RGB value is (79,38,144). Sum of RGB (Red+Green+Blue) = 79+38+144=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2690 is #B0D96F. Grayscale: #3D3D3D. Windows color (decimal): -11590000 or 9446991. OLE color: 9446991.

HSL color Cylindrical-coordinate representation of color #4F2690: hue angle of 263.21º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F2690 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 38 144 -
CMYK 0.45 0.74 0 0.44
HSL 263.21º 0.58% 0.36% -
HSV(B) 263.21º 0.74% 0.56% -
XYZ 8.95 5.06 26.89 -
YUV 62.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 79 38 144 0.45 0.74 0 0.44 263.21 0.58 0.36
Hex 4F 26 90 2D 4A 0 2C 107 3A 24
Octal 117 46 220 55 112 0 54 407 72 44
Binary 1001111 100110 10010000 101101 1001010 0 101100 100000111 111010 100100

Color Harmonies of #4F2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2690

Black with #4F2690

Text Example


Text Example

White with #4F2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,38,144); }

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

background-color css

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

 a { background-color: rgb(79,38,144); }

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

border-color css

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

 span { border-color: rgb(79,38,144); }

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