Html Css Color HEX #4F4790 Blue Gem

📋 copy color: '#4F4790'

red 79 ◦ green 71 ◦ blue 144

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

Shades of Blue Gem #4F4790

Tints of Blue Gem #4F4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 26.87%
G = 24.15%
B = 48.98%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F4790 (or 0x4F4790) is known color: Blue Gem. HEX triplet: 4F, 47 and 90. RGB value is (79,71,144). Sum of RGB (Red+Green+Blue) = 79+71+144=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4790 is #B0B86F. Grayscale: #515151. Windows color (decimal): -11581552 or 9455439. OLE color: 9455439.

HSL color Cylindrical-coordinate representation of color #4F4790: hue angle of 246.58º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4790 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 71 144 -
CMYK 0.45 0.51 0 0.44
HSL 246.58º 0.34% 0.42% -
HSV(B) 246.58º 0.51% 0.56% -
XYZ 10.51 8.18 27.41 -
YUV 81.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 79 71 144 0.45 0.51 0 0.44 246.58 0.34 0.42
Hex 4F 47 90 2D 33 0 2C F7 22 2A
Octal 117 107 220 55 63 0 54 367 42 52
Binary 1001111 1000111 10010000 101101 110011 0 101100 11110111 100010 101010

Color Harmonies of #4F4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4790

Black with #4F4790

Text Example


Text Example

White with #4F4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,144); }

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

background-color css

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

 a { background-color: rgb(79,71,144); }

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

border-color css

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

 span { border-color: rgb(79,71,144); }

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