Html Css Color HEX #4F32AC Blue Gem

📋 copy color: '#4F32AC'

red 79 ◦ green 50 ◦ blue 172

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

Shades of Blue Gem #4F32AC

Tints of Blue Gem #4F32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 26.25%
G = 16.61%
B = 57.14%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F32AC (or 0x4F32AC) is known color: Blue Gem. HEX triplet: 4F, 32 and AC. RGB value is (79,50,172). Sum of RGB (Red+Green+Blue) = 79+50+172=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F32AC is #B0CD53. Grayscale: #484848. Windows color (decimal): -11586900 or 11285071. OLE color: 11285071.

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

Color convert

RGB 79 50 172 -
CMYK 0.54 0.71 0 0.33
HSL 254.26º 0.55% 0.44% -
HSV(B) 254.26º 0.71% 0.67% -
XYZ 11.81 6.92 39.74 -
YUV 72.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 79 50 172 0.54 0.71 0 0.33 254.26 0.55 0.44
Hex 4F 32 AC 36 47 0 21 FE 37 2C
Octal 117 62 254 66 107 0 41 376 67 54
Binary 1001111 110010 10101100 110110 1000111 0 100001 11111110 110111 101100

Color Harmonies of #4F32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32AC

Black with #4F32AC

Text Example


Text Example

White with #4F32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,172); }

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

background-color css

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

 a { background-color: rgb(79,50,172); }

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

border-color css

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

 span { border-color: rgb(79,50,172); }

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