Html Css Color HEX #4F3AAC Blue Gem

📋 copy color: '#4F3AAC'

red 79 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #4F3AAC

Tints of Blue Gem #4F3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

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

R = 25.57%
G = 18.77%
B = 55.66%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F3AAC (or 0x4F3AAC) is known color: Blue Gem. HEX triplet: 4F, 3A and AC. RGB value is (79,58,172). Sum of RGB (Red+Green+Blue) = 79+58+172=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3AAC is #B0C553. Grayscale: #4C4C4C. Windows color (decimal): -11584852 or 11287119. OLE color: 11287119.

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

Color convert

RGB 79 58 172 -
CMYK 0.54 0.66 0 0.33
HSL 251.05º 0.5% 0.45% -
HSV(B) 251.05º 0.66% 0.67% -
XYZ 12.18 7.67 39.87 -
YUV 77.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 79 58 172 0.54 0.66 0 0.33 251.05 0.5 0.45
Hex 4F 3A AC 36 42 0 21 FB 32 2D
Octal 117 72 254 66 102 0 41 373 62 55
Binary 1001111 111010 10101100 110110 1000010 0 100001 11111011 110010 101101

Color Harmonies of #4F3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3AAC

Black with #4F3AAC

Text Example


Text Example

White with #4F3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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