Html Css Color HEX #4F348E Blue Gem

📋 copy color: '#4F348E'

red 79 ◦ green 52 ◦ blue 142

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

Shades of Blue Gem #4F348E

Tints of Blue Gem #4F348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 28.94%
G = 19.05%
B = 52.01%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F348E (or 0x4F348E) is known color: Blue Gem. HEX triplet: 4F, 34 and 8E. RGB value is (79,52,142). Sum of RGB (Red+Green+Blue) = 79+52+142=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F348E is #B0CB71. Grayscale: #464646. Windows color (decimal): -11586418 or 9319503. OLE color: 9319503.

HSL color Cylindrical-coordinate representation of color #4F348E: hue angle of 258º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F348E is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 52 142 -
CMYK 0.44 0.63 0 0.44
HSL 258º 0.46% 0.38% -
HSV(B) 258º 0.63% 0.56% -
XYZ 9.33 6.07 26.27 -
YUV 70.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 79 52 142 0.44 0.63 0 0.44 258 0.46 0.38
Hex 4F 34 8E 2C 3F 0 2C 102 2E 26
Octal 117 64 216 54 77 0 54 402 56 46
Binary 1001111 110100 10001110 101100 111111 0 101100 100000010 101110 100110

Color Harmonies of #4F348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F348E

Black with #4F348E

Text Example


Text Example

White with #4F348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,142); }

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

background-color css

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

 a { background-color: rgb(79,52,142); }

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

border-color css

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

 span { border-color: rgb(79,52,142); }

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