Html Css Color HEX #4F318B Blue Gem

📋 copy color: '#4F318B'

red 79 ◦ green 49 ◦ blue 139

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

Shades of Blue Gem #4F318B

Tints of Blue Gem #4F318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 29.59%
G = 18.35%
B = 52.06%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F318B (or 0x4F318B) is known color: Blue Gem. HEX triplet: 4F, 31 and 8B. RGB value is (79,49,139). Sum of RGB (Red+Green+Blue) = 79+49+139=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F318B is #B0CE74. Grayscale: #434343. Windows color (decimal): -11587189 or 9122127. OLE color: 9122127.

HSL color Cylindrical-coordinate representation of color #4F318B: hue angle of 260º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F318B is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 49 139 -
CMYK 0.43 0.65 0 0.45
HSL 260º 0.48% 0.37% -
HSV(B) 260º 0.65% 0.55% -
XYZ 8.98 5.72 25.06 -
YUV 68.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 79 49 139 0.43 0.65 0 0.45 260 0.48 0.37
Hex 4F 31 8B 2B 41 0 2D 104 30 25
Octal 117 61 213 53 101 0 55 404 60 45
Binary 1001111 110001 10001011 101011 1000001 0 101101 100000100 110000 100101

Color Harmonies of #4F318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F318B

Black with #4F318B

Text Example


Text Example

White with #4F318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,139); }

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

background-color css

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

 a { background-color: rgb(79,49,139); }

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

border-color css

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

 span { border-color: rgb(79,49,139); }

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