Html Css Color HEX #4F208A Kingfisher Daisy

📋 copy color: '#4F208A'

red 79 ◦ green 32 ◦ blue 138

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

Shades of Kingfisher Daisy #4F208A

Tints of Kingfisher Daisy #4F208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 31.73%
G = 12.85%
B = 55.42%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F208A (or 0x4F208A) is known color: Kingfisher Daisy. HEX triplet: 4F, 20 and 8A. RGB value is (79,32,138). Sum of RGB (Red+Green+Blue) = 79+32+138=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F208A is #B0DF75. Grayscale: #393939. Windows color (decimal): -11591542 or 9052239. OLE color: 9052239.

HSL color Cylindrical-coordinate representation of color #4F208A: hue angle of 266.6º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F208A is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 79 32 138 -
CMYK 0.43 0.77 0 0.46
HSL 266.6º 0.62% 0.33% -
HSV(B) 266.6º 0.77% 0.54% -
XYZ 8.33 4.53 24.48 -
YUV 58.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 79 32 138 0.43 0.77 0 0.46 266.6 0.62 0.33
Hex 4F 20 8A 2B 4D 0 2E 10B 3E 21
Octal 117 40 212 53 115 0 56 413 76 41
Binary 1001111 100000 10001010 101011 1001101 0 101110 100001011 111110 100001

Color Harmonies of #4F208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F208A

Black with #4F208A

Text Example


Text Example

White with #4F208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,138); }

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

background-color css

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

 a { background-color: rgb(79,32,138); }

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

border-color css

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

 span { border-color: rgb(79,32,138); }

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