Html Css Color HEX #4F34AB Blue Gem

📋 copy color: '#4F34AB'

red 79 ◦ green 52 ◦ blue 171

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

Shades of Blue Gem #4F34AB

Tints of Blue Gem #4F34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 26.16%
G = 17.22%
B = 56.62%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F34AB (or 0x4F34AB) is known color: Blue Gem. HEX triplet: 4F, 34 and AB. RGB value is (79,52,171). Sum of RGB (Red+Green+Blue) = 79+52+171=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F34AB is #B0CB54. Grayscale: #494949. Windows color (decimal): -11586389 or 11220047. OLE color: 11220047.

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

Color convert

RGB 79 52 171 -
CMYK 0.54 0.70 0 0.33
HSL 253.61º 0.53% 0.44% -
HSV(B) 253.61º 0.7% 0.67% -
XYZ 11.8 7.06 39.27 -
YUV 73.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 79 52 171 0.54 0.70 0 0.33 253.61 0.53 0.44
Hex 4F 34 AB 36 46 0 21 FE 35 2C
Octal 117 64 253 66 106 0 41 376 65 54
Binary 1001111 110100 10101011 110110 1000110 0 100001 11111110 110101 101100

Color Harmonies of #4F34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F34AB

Black with #4F34AB

Text Example


Text Example

White with #4F34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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