Html Css Color HEX #4F3BAC Blue Gem

📋 copy color: '#4F3BAC'

red 79 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #4F3BAC

Tints of Blue Gem #4F3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

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

R = 25.48%
G = 19.03%
B = 55.48%

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

#4F3BAC (or 0x4F3BAC) is known color: Blue Gem. HEX triplet: 4F, 3B and AC. RGB value is (79,59,172). Sum of RGB (Red+Green+Blue) = 79+59+172=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3BAC is #B0C453. Grayscale: #4D4D4D. Windows color (decimal): -11584596 or 11287375. OLE color: 11287375.

HSL color Cylindrical-coordinate representation of color #4F3BAC: hue angle of 250.62º degrees, saturation: 0.49, 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 #4F3BAC is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 59 172 -
CMYK 0.54 0.66 0 0.33
HSL 250.62º 0.49% 0.45% -
HSV(B) 250.62º 0.66% 0.67% -
XYZ 12.23 7.77 39.88 -
YUV 77.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 79 59 172 0.54 0.66 0 0.33 250.62 0.49 0.45
Hex 4F 3B AC 36 42 0 21 FB 31 2D
Octal 117 73 254 66 102 0 41 373 61 55
Binary 1001111 111011 10101100 110110 1000010 0 100001 11111011 110001 101101

Color Harmonies of #4F3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3BAC

Black with #4F3BAC

Text Example


Text Example

White with #4F3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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