Html Css Color HEX #4F308A Kingfisher Daisy

📋 copy color: '#4F308A'

red 79 ◦ green 48 ◦ blue 138

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

Shades of Kingfisher Daisy #4F308A

Tints of Kingfisher Daisy #4F308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 29.81%
G = 18.11%
B = 52.08%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F308A (or 0x4F308A) is known color: Kingfisher Daisy. HEX triplet: 4F, 30 and 8A. RGB value is (79,48,138). Sum of RGB (Red+Green+Blue) = 79+48+138=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F308A is #B0CF75. Grayscale: #434343. Windows color (decimal): -11587446 or 9056335. OLE color: 9056335.

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

Color convert

RGB 79 48 138 -
CMYK 0.43 0.65 0 0.46
HSL 260.67º 0.48% 0.36% -
HSV(B) 260.67º 0.65% 0.54% -
XYZ 8.87 5.61 24.66 -
YUV 67.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 79 48 138 0.43 0.65 0 0.46 260.67 0.48 0.36
Hex 4F 30 8A 2B 41 0 2E 105 30 24
Octal 117 60 212 53 101 0 56 405 60 44
Binary 1001111 110000 10001010 101011 1000001 0 101110 100000101 110000 100100

Color Harmonies of #4F308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F308A

Black with #4F308A

Text Example


Text Example

White with #4F308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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