Html Css Color HEX #4F348A Blue Gem

📋 copy color: '#4F348A'

red 79 ◦ green 52 ◦ blue 138

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

Shades of Blue Gem #4F348A

Tints of Blue Gem #4F348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 29.37%
G = 19.33%
B = 51.3%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F348A (or 0x4F348A) is known color: Blue Gem. HEX triplet: 4F, 34 and 8A. RGB value is (79,52,138). Sum of RGB (Red+Green+Blue) = 79+52+138=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F348A is #B0CB75. Grayscale: #454545. Windows color (decimal): -11586422 or 9057359. OLE color: 9057359.

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

Color convert

RGB 79 52 138 -
CMYK 0.43 0.62 0 0.46
HSL 258.84º 0.45% 0.37% -
HSV(B) 258.84º 0.62% 0.54% -
XYZ 9.04 5.95 24.72 -
YUV 69.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 79 52 138 0.43 0.62 0 0.46 258.84 0.45 0.37
Hex 4F 34 8A 2B 3E 0 2E 103 2D 25
Octal 117 64 212 53 76 0 56 403 55 45
Binary 1001111 110100 10001010 101011 111110 0 101110 100000011 101101 100101

Color Harmonies of #4F348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F348A

Black with #4F348A

Text Example


Text Example

White with #4F348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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