Html Css Color HEX #4C2F9B Blue Gem

📋 copy color: '#4C2F9B'

red 76 ◦ green 47 ◦ blue 155

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

Shades of Blue Gem #4C2F9B

Tints of Blue Gem #4C2F9B

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

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

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

R = 27.34%
G = 16.91%
B = 55.76%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C2F9B (or 0x4C2F9B) is known color: Blue Gem. HEX triplet: 4C, 2F and 9B. RGB value is (76,47,155). Sum of RGB (Red+Green+Blue) = 76+47+155=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 47 (18.75% from 255 or 16.91% 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 #4C2F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2F9B is #B3D064. Grayscale: #434343. Windows color (decimal): -11784293 or 10170188. OLE color: 10170188.

HSL color Cylindrical-coordinate representation of color #4C2F9B: hue angle of 256.11º 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 #4C2F9B is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 47 155 -
CMYK 0.51 0.70 0 0.39
HSL 256.11º 0.53% 0.4% -
HSV(B) 256.11º 0.7% 0.61% -
XYZ 9.91 5.94 31.63 -
YUV 67.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 76 47 155 0.51 0.70 0 0.39 256.11 0.53 0.4
Hex 4C 2F 9B 33 46 0 27 100 35 28
Octal 114 57 233 63 106 0 47 400 65 50
Binary 1001100 101111 10011011 110011 1000110 0 100111 100000000 110101 101000

Color Harmonies of #4C2F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F9B

Black with #4C2F9B

Text Example


Text Example

White with #4C2F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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