Html Css Color HEX #4F4699 Blue Gem

📋 copy color: '#4F4699'

red 79 ◦ green 70 ◦ blue 153

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

Shades of Blue Gem #4F4699

Tints of Blue Gem #4F4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 26.16%
G = 23.18%
B = 50.66%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F4699 (or 0x4F4699) is known color: Blue Gem. HEX triplet: 4F, 46 and 99. RGB value is (79,70,153). Sum of RGB (Red+Green+Blue) = 79+70+153=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F4699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4699 is #B0B966. Grayscale: #515151. Windows color (decimal): -11581799 or 10045007. OLE color: 10045007.

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

Color convert

RGB 79 70 153 -
CMYK 0.48 0.54 0 0.4
HSL 246.51º 0.37% 0.44% -
HSV(B) 246.51º 0.54% 0.6% -
XYZ 11.16 8.34 31.16 -
YUV 82.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 79 70 153 0.48 0.54 0 0.4 246.51 0.37 0.44
Hex 4F 46 99 30 36 0 28 F7 25 2C
Octal 117 106 231 60 66 0 50 367 45 54
Binary 1001111 1000110 10011001 110000 110110 0 101000 11110111 100101 101100

Color Harmonies of #4F4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4699

Black with #4F4699

Text Example


Text Example

White with #4F4699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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