Html Css Color HEX #4F3795 Blue Gem

📋 copy color: '#4F3795'

red 79 ◦ green 55 ◦ blue 149

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

Shades of Blue Gem #4F3795

Tints of Blue Gem #4F3795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 27.92%
G = 19.43%
B = 52.65%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F3795 (or 0x4F3795) is known color: Blue Gem. HEX triplet: 4F, 37 and 95. RGB value is (79,55,149). Sum of RGB (Red+Green+Blue) = 79+55+149=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F3795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3795 is #B0C86A. Grayscale: #484848. Windows color (decimal): -11585643 or 9779023. OLE color: 9779023.

HSL color Cylindrical-coordinate representation of color #4F3795: hue angle of 255.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F3795 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 55 149 -
CMYK 0.47 0.63 0 0.42
HSL 255.32º 0.46% 0.4% -
HSV(B) 255.32º 0.63% 0.58% -
XYZ 10.02 6.56 29.17 -
YUV 72.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 79 55 149 0.47 0.63 0 0.42 255.32 0.46 0.4
Hex 4F 37 95 2F 3F 0 2A FF 2E 28
Octal 117 67 225 57 77 0 52 377 56 50
Binary 1001111 110111 10010101 101111 111111 0 101010 11111111 101110 101000

Color Harmonies of #4F3795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3795

Black with #4F3795

Text Example


Text Example

White with #4F3795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,55,149); }

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

background-color css

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

 a { background-color: rgb(79,55,149); }

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

border-color css

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

 span { border-color: rgb(79,55,149); }

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