Html Css Color HEX #4F2D93 Blue Gem

📋 copy color: '#4F2D93'

red 79 ◦ green 45 ◦ blue 147

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

Shades of Blue Gem #4F2D93

Tints of Blue Gem #4F2D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 29.15%
G = 16.61%
B = 54.24%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F2D93 (or 0x4F2D93) is known color: Blue Gem. HEX triplet: 4F, 2D and 93. RGB value is (79,45,147). Sum of RGB (Red+Green+Blue) = 79+45+147=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F2D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2D93 is #B0D26C. Grayscale: #424242. Windows color (decimal): -11588205 or 9645391. OLE color: 9645391.

HSL color Cylindrical-coordinate representation of color #4F2D93: hue angle of 260º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F2D93 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 45 147 -
CMYK 0.46 0.69 0 0.42
HSL 260º 0.53% 0.38% -
HSV(B) 260º 0.69% 0.58% -
XYZ 9.43 5.65 28.2 -
YUV 66.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 79 45 147 0.46 0.69 0 0.42 260 0.53 0.38
Hex 4F 2D 93 2E 45 0 2A 104 35 26
Octal 117 55 223 56 105 0 52 404 65 46
Binary 1001111 101101 10010011 101110 1000101 0 101010 100000100 110101 100110

Color Harmonies of #4F2D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2D93

Black with #4F2D93

Text Example


Text Example

White with #4F2D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,45,147); }

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

background-color css

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

 a { background-color: rgb(79,45,147); }

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

border-color css

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

 span { border-color: rgb(79,45,147); }

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