Html Css Color HEX #4F369C Blue Gem

📋 copy color: '#4F369C'

red 79 ◦ green 54 ◦ blue 156

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

Shades of Blue Gem #4F369C

Tints of Blue Gem #4F369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 27.34%
G = 18.69%
B = 53.98%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F369C (or 0x4F369C) is known color: Blue Gem. HEX triplet: 4F, 36 and 9C. RGB value is (79,54,156). Sum of RGB (Red+Green+Blue) = 79+54+156=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F369C is #B0C963. Grayscale: #484848. Windows color (decimal): -11585892 or 10237519. OLE color: 10237519.

HSL color Cylindrical-coordinate representation of color #4F369C: hue angle of 254.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F369C is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 54 156 -
CMYK 0.49 0.65 0 0.39
HSL 254.71º 0.49% 0.41% -
HSV(B) 254.71º 0.65% 0.61% -
XYZ 10.54 6.7 32.19 -
YUV 73.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 79 54 156 0.49 0.65 0 0.39 254.71 0.49 0.41
Hex 4F 36 9C 31 41 0 27 FF 31 29
Octal 117 66 234 61 101 0 47 377 61 51
Binary 1001111 110110 10011100 110001 1000001 0 100111 11111111 110001 101001

Color Harmonies of #4F369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F369C

Black with #4F369C

Text Example


Text Example

White with #4F369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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