Html Css Color HEX #4F3699 Blue Gem

📋 copy color: '#4F3699'

red 79 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #4F3699

Tints of Blue Gem #4F3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 27.62%
G = 18.88%
B = 53.5%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F3699 (or 0x4F3699) is known color: Blue Gem. HEX triplet: 4F, 36 and 99. RGB value is (79,54,153). Sum of RGB (Red+Green+Blue) = 79+54+153=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3699 is #B0C966. Grayscale: #484848. Windows color (decimal): -11585895 or 10040911. OLE color: 10040911.

HSL color Cylindrical-coordinate representation of color #4F3699: hue angle of 255.15º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F3699 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 54 153 -
CMYK 0.48 0.65 0 0.4
HSL 255.15º 0.48% 0.41% -
HSV(B) 255.15º 0.65% 0.6% -
XYZ 10.29 6.6 30.87 -
YUV 72.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 79 54 153 0.48 0.65 0 0.4 255.15 0.48 0.41
Hex 4F 36 99 30 41 0 28 FF 30 29
Octal 117 66 231 60 101 0 50 377 60 51
Binary 1001111 110110 10011001 110000 1000001 0 101000 11111111 110000 101001

Color Harmonies of #4F3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3699

Black with #4F3699

Text Example


Text Example

White with #4F3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,153); }

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

background-color css

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

 a { background-color: rgb(79,54,153); }

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

border-color css

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

 span { border-color: rgb(79,54,153); }

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