Html Css Color HEX #4F4599 Blue Gem

📋 copy color: '#4F4599'

red 79 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #4F4599

Tints of Blue Gem #4F4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 26.25%
G = 22.92%
B = 50.83%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F4599 (or 0x4F4599) is known color: Blue Gem. HEX triplet: 4F, 45 and 99. RGB value is (79,69,153). Sum of RGB (Red+Green+Blue) = 79+69+153=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4599 is #B0BA66. Grayscale: #515151. Windows color (decimal): -11582055 or 10044751. OLE color: 10044751.

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

Color convert

RGB 79 69 153 -
CMYK 0.48 0.55 0 0.4
HSL 247.14º 0.38% 0.44% -
HSV(B) 247.14º 0.55% 0.6% -
XYZ 11.1 8.22 31.14 -
YUV 81.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 79 69 153 0.48 0.55 0 0.4 247.14 0.38 0.44
Hex 4F 45 99 30 37 0 28 F7 26 2C
Octal 117 105 231 60 67 0 50 367 46 54
Binary 1001111 1000101 10011001 110000 110111 0 101000 11110111 100110 101100

Color Harmonies of #4F4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4599

Black with #4F4599

Text Example


Text Example

White with #4F4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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