Html Css Color HEX #4F3399 Blue Gem

📋 copy color: '#4F3399'

red 79 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #4F3399

Tints of Blue Gem #4F3399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 27.92%
G = 18.02%
B = 54.06%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F3399 (or 0x4F3399) is known color: Blue Gem. HEX triplet: 4F, 33 and 99. RGB value is (79,51,153). Sum of RGB (Red+Green+Blue) = 79+51+153=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F3399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3399 is #B0CC66. Grayscale: #464646. Windows color (decimal): -11586663 or 10040143. OLE color: 10040143.

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

Color convert

RGB 79 51 153 -
CMYK 0.48 0.67 0 0.4
HSL 256.47º 0.5% 0.4% -
HSV(B) 256.47º 0.67% 0.6% -
XYZ 10.16 6.33 30.82 -
YUV 71 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 79 51 153 0.48 0.67 0 0.4 256.47 0.5 0.4
Hex 4F 33 99 30 43 0 28 100 32 28
Octal 117 63 231 60 103 0 50 400 62 50
Binary 1001111 110011 10011001 110000 1000011 0 101000 100000000 110010 101000

Color Harmonies of #4F3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3399

Black with #4F3399

Text Example


Text Example

White with #4F3399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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