Html Css Color HEX #4F368B Blue Gem

📋 copy color: '#4F368B'

red 79 ◦ green 54 ◦ blue 139

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

Shades of Blue Gem #4F368B

Tints of Blue Gem #4F368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 29.04%
G = 19.85%
B = 51.1%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F368B (or 0x4F368B) is known color: Blue Gem. HEX triplet: 4F, 36 and 8B. RGB value is (79,54,139). Sum of RGB (Red+Green+Blue) = 79+54+139=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F368B is #B0C974. Grayscale: #464646. Windows color (decimal): -11585909 or 9123407. OLE color: 9123407.

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

Color convert

RGB 79 54 139 -
CMYK 0.43 0.61 0 0.45
HSL 257.65º 0.44% 0.38% -
HSV(B) 257.65º 0.61% 0.55% -
XYZ 9.2 6.16 25.13 -
YUV 71.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 79 54 139 0.43 0.61 0 0.45 257.65 0.44 0.38
Hex 4F 36 8B 2B 3D 0 2D 102 2C 26
Octal 117 66 213 53 75 0 55 402 54 46
Binary 1001111 110110 10001011 101011 111101 0 101101 100000010 101100 100110

Color Harmonies of #4F368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F368B

Black with #4F368B

Text Example


Text Example

White with #4F368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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