Html Css Color HEX #4F368C Blue Gem

📋 copy color: '#4F368C'

red 79 ◦ green 54 ◦ blue 140

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

Shades of Blue Gem #4F368C

Tints of Blue Gem #4F368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 28.94%
G = 19.78%
B = 51.28%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F368C (or 0x4F368C) is known color: Blue Gem. HEX triplet: 4F, 36 and 8C. RGB value is (79,54,140). Sum of RGB (Red+Green+Blue) = 79+54+140=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F368C is #B0C973. Grayscale: #464646. Windows color (decimal): -11585908 or 9188943. OLE color: 9188943.

HSL color Cylindrical-coordinate representation of color #4F368C: hue angle of 257.44º 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 #4F368C is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 54 140 -
CMYK 0.44 0.61 0 0.45
HSL 257.44º 0.44% 0.38% -
HSV(B) 257.44º 0.61% 0.55% -
XYZ 9.28 6.19 25.52 -
YUV 71.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 79 54 140 0.44 0.61 0 0.45 257.44 0.44 0.38
Hex 4F 36 8C 2C 3D 0 2D 101 2C 26
Octal 117 66 214 54 75 0 55 401 54 46
Binary 1001111 110110 10001100 101100 111101 0 101101 100000001 101100 100110

Color Harmonies of #4F368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F368C

Black with #4F368C

Text Example


Text Example

White with #4F368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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