Html Css Color HEX #4C3485 Blue Gem

📋 copy color: '#4C3485'

red 76 ◦ green 52 ◦ blue 133

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

Shades of Blue Gem #4C3485

Tints of Blue Gem #4C3485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 29.12%
G = 19.92%
B = 50.96%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C3485 (or 0x4C3485) is known color: Blue Gem. HEX triplet: 4C, 34 and 85. RGB value is (76,52,133). Sum of RGB (Red+Green+Blue) = 76+52+133=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3485 is #B3CB7A. Grayscale: #444444. Windows color (decimal): -11783035 or 8729676. OLE color: 8729676.

HSL color Cylindrical-coordinate representation of color #4C3485: hue angle of 257.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C3485 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 52 133 -
CMYK 0.43 0.61 0 0.48
HSL 257.78º 0.44% 0.36% -
HSV(B) 257.78º 0.61% 0.52% -
XYZ 8.44 5.69 22.84 -
YUV 68.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 76 52 133 0.43 0.61 0 0.48 257.78 0.44 0.36
Hex 4C 34 85 2B 3D 0 30 102 2C 24
Octal 114 64 205 53 75 0 60 402 54 44
Binary 1001100 110100 10000101 101011 111101 0 110000 100000010 101100 100100

Color Harmonies of #4C3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3485

Black with #4C3485

Text Example


Text Example

White with #4C3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,133); }

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

background-color css

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

 a { background-color: rgb(76,52,133); }

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

border-color css

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

 span { border-color: rgb(76,52,133); }

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