Html Css Color HEX #4B349C Blue Gem

📋 copy color: '#4B349C'

red 75 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #4B349C

Tints of Blue Gem #4B349C

RGB

 RED value IS 75 (29.69% from 255) = 26.5%

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 26.5%
G = 18.37%
B = 55.12%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B349C (or 0x4B349C) is known color: Blue Gem. HEX triplet: 4B, 34 and 9C. RGB value is (75,52,156). Sum of RGB (Red+Green+Blue) = 75+52+156=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B349C is #B4CB63. Grayscale: #464646. Windows color (decimal): -11848548 or 10237003. OLE color: 10237003.

HSL color Cylindrical-coordinate representation of color #4B349C: hue angle of 253.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B349C is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 52 156 -
CMYK 0.52 0.67 0 0.39
HSL 253.27º 0.5% 0.41% -
HSV(B) 253.27º 0.67% 0.61% -
XYZ 10.13 6.35 32.14 -
YUV 70.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 75 52 156 0.52 0.67 0 0.39 253.27 0.5 0.41
Hex 4B 34 9C 34 43 0 27 FD 32 29
Octal 113 64 234 64 103 0 47 375 62 51
Binary 1001011 110100 10011100 110100 1000011 0 100111 11111101 110010 101001

Color Harmonies of #4B349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B349C

Black with #4B349C

Text Example


Text Example

White with #4B349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,156); }

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

background-color css

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

 a { background-color: rgb(75,52,156); }

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

border-color css

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

 span { border-color: rgb(75,52,156); }

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