Html Css Color HEX #4C3781 Blue Gem

📋 copy color: '#4C3781'

red 76 ◦ green 55 ◦ blue 129

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

Shades of Blue Gem #4C3781

Tints of Blue Gem #4C3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 29.23%
G = 21.15%
B = 49.62%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C3781 (or 0x4C3781) is known color: Blue Gem. HEX triplet: 4C, 37 and 81. RGB value is (76,55,129). Sum of RGB (Red+Green+Blue) = 76+55+129=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C3781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3781 is #B3C87E. Grayscale: #454545. Windows color (decimal): -11782271 or 8468300. OLE color: 8468300.

HSL color Cylindrical-coordinate representation of color #4C3781: hue angle of 257.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3781 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 55 129 -
CMYK 0.41 0.57 0 0.49
HSL 257.03º 0.4% 0.36% -
HSV(B) 257.03º 0.57% 0.51% -
XYZ 8.31 5.85 21.46 -
YUV 69.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 76 55 129 0.41 0.57 0 0.49 257.03 0.4 0.36
Hex 4C 37 81 29 39 0 31 101 28 24
Octal 114 67 201 51 71 0 61 401 50 44
Binary 1001100 110111 10000001 101001 111001 0 110001 100000001 101000 100100

Color Harmonies of #4C3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3781

Black with #4C3781

Text Example


Text Example

White with #4C3781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,129); }

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

background-color css

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

 a { background-color: rgb(76,55,129); }

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

border-color css

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

 span { border-color: rgb(76,55,129); }

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