Html Css Color HEX #4F2F9B Blue Gem

📋 copy color: '#4F2F9B'

red 79 ◦ green 47 ◦ blue 155

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

Shades of Blue Gem #4F2F9B

Tints of Blue Gem #4F2F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

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

R = 28.11%
G = 16.73%
B = 55.16%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F2F9B (or 0x4F2F9B) is known color: Blue Gem. HEX triplet: 4F, 2F and 9B. RGB value is (79,47,155). Sum of RGB (Red+Green+Blue) = 79+47+155=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F2F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2F9B is #B0D064. Grayscale: #444444. Windows color (decimal): -11587685 or 10170191. OLE color: 10170191.

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

Color convert

RGB 79 47 155 -
CMYK 0.49 0.70 0 0.39
HSL 257.78º 0.53% 0.4% -
HSV(B) 257.78º 0.7% 0.61% -
XYZ 10.16 6.06 31.65 -
YUV 68.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 79 47 155 0.49 0.70 0 0.39 257.78 0.53 0.4
Hex 4F 2F 9B 31 46 0 27 102 35 28
Octal 117 57 233 61 106 0 47 402 65 50
Binary 1001111 101111 10011011 110001 1000110 0 100111 100000010 110101 101000

Color Harmonies of #4F2F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2F9B

Black with #4F2F9B

Text Example


Text Example

White with #4F2F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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