Html Css Color HEX #4C368D Blue Gem

📋 copy color: '#4C368D'

red 76 ◦ green 54 ◦ blue 141

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

Shades of Blue Gem #4C368D

Tints of Blue Gem #4C368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 28.04%
G = 19.93%
B = 52.03%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C368D (or 0x4C368D) is known color: Blue Gem. HEX triplet: 4C, 36 and 8D. RGB value is (76,54,141). Sum of RGB (Red+Green+Blue) = 76+54+141=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C368D is #B3C972. Grayscale: #464646. Windows color (decimal): -11782515 or 9254476. OLE color: 9254476.

HSL color Cylindrical-coordinate representation of color #4C368D: hue angle of 255.17º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C368D is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 54 141 -
CMYK 0.46 0.62 0 0.45
HSL 255.17º 0.45% 0.38% -
HSV(B) 255.17º 0.62% 0.55% -
XYZ 9.11 6.1 25.9 -
YUV 70.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 76 54 141 0.46 0.62 0 0.45 255.17 0.45 0.38
Hex 4C 36 8D 2E 3E 0 2D FF 2D 26
Octal 114 66 215 56 76 0 55 377 55 46
Binary 1001100 110110 10001101 101110 111110 0 101101 11111111 101101 100110

Color Harmonies of #4C368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C368D

Black with #4C368D

Text Example


Text Example

White with #4C368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,141); }

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

background-color css

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

 a { background-color: rgb(76,54,141); }

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

border-color css

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

 span { border-color: rgb(76,54,141); }

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