Html Css Color HEX #4C36AD Blue Gem

📋 copy color: '#4C36AD'

red 76 ◦ green 54 ◦ blue 173

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

Shades of Blue Gem #4C36AD

Tints of Blue Gem #4C36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 25.08%
G = 17.82%
B = 57.1%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C36AD (or 0x4C36AD) is known color: Blue Gem. HEX triplet: 4C, 36 and AD. RGB value is (76,54,173). Sum of RGB (Red+Green+Blue) = 76+54+173=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C36AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C36AD is #B3C952. Grayscale: #494949. Windows color (decimal): -11782483 or 11351628. OLE color: 11351628.

HSL color Cylindrical-coordinate representation of color #4C36AD: hue angle of 251.09º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C36AD is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 54 173 -
CMYK 0.56 0.69 0 0.32
HSL 251.09º 0.52% 0.45% -
HSV(B) 251.09º 0.69% 0.68% -
XYZ 11.84 7.19 40.3 -
YUV 74.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 76 54 173 0.56 0.69 0 0.32 251.09 0.52 0.45
Hex 4C 36 AD 38 45 0 20 FB 34 2D
Octal 114 66 255 70 105 0 40 373 64 55
Binary 1001100 110110 10101101 111000 1000101 0 100000 11111011 110100 101101

Color Harmonies of #4C36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C36AD

Black with #4C36AD

Text Example


Text Example

White with #4C36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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