Html Css Color HEX #4F34AD Blue Gem

📋 copy color: '#4F34AD'

red 79 ◦ green 52 ◦ blue 173

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

Shades of Blue Gem #4F34AD

Tints of Blue Gem #4F34AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 25.99%
G = 17.11%
B = 56.91%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F34AD (or 0x4F34AD) is known color: Blue Gem. HEX triplet: 4F, 34 and AD. RGB value is (79,52,173). Sum of RGB (Red+Green+Blue) = 79+52+173=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F34AD is #B0CB52. Grayscale: #494949. Windows color (decimal): -11586387 or 11351119. OLE color: 11351119.

HSL color Cylindrical-coordinate representation of color #4F34AD: hue angle of 253.39º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F34AD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 52 173 -
CMYK 0.54 0.70 0 0.32
HSL 253.39º 0.54% 0.44% -
HSV(B) 253.39º 0.7% 0.68% -
XYZ 12 7.14 40.28 -
YUV 73.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 79 52 173 0.54 0.70 0 0.32 253.39 0.54 0.44
Hex 4F 34 AD 36 46 0 20 FD 36 2C
Octal 117 64 255 66 106 0 40 375 66 54
Binary 1001111 110100 10101101 110110 1000110 0 100000 11111101 110110 101100

Color Harmonies of #4F34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F34AD

Black with #4F34AD

Text Example


Text Example

White with #4F34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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