Html Css Color HEX #4F2C9B Blue Gem

📋 copy color: '#4F2C9B'

red 79 ◦ green 44 ◦ blue 155

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

Shades of Blue Gem #4F2C9B

Tints of Blue Gem #4F2C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 28.42%
G = 15.83%
B = 55.76%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F2C9B (or 0x4F2C9B) is known color: Blue Gem. HEX triplet: 4F, 2C and 9B. RGB value is (79,44,155). Sum of RGB (Red+Green+Blue) = 79+44+155=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2C9B is #B0D364. Grayscale: #424242. Windows color (decimal): -11588453 or 10169423. OLE color: 10169423.

HSL color Cylindrical-coordinate representation of color #4F2C9B: hue angle of 258.92º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2C9B is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 44 155 -
CMYK 0.49 0.72 0 0.39
HSL 258.92º 0.56% 0.39% -
HSV(B) 258.92º 0.72% 0.61% -
XYZ 10.04 5.83 31.61 -
YUV 67.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 79 44 155 0.49 0.72 0 0.39 258.92 0.56 0.39
Hex 4F 2C 9B 31 48 0 27 103 38 27
Octal 117 54 233 61 110 0 47 403 70 47
Binary 1001111 101100 10011011 110001 1001000 0 100111 100000011 111000 100111

Color Harmonies of #4F2C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C9B

Black with #4F2C9B

Text Example


Text Example

White with #4F2C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,44,155); }

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

background-color css

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

 a { background-color: rgb(79,44,155); }

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

border-color css

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

 span { border-color: rgb(79,44,155); }

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