Html Css Color HEX #4D36AE Blue Gem

📋 copy color: '#4D36AE'

red 77 ◦ green 54 ◦ blue 174

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

Shades of Blue Gem #4D36AE

Tints of Blue Gem #4D36AE

RGB

 RED value IS 77 (30.47% from 255) = 25.25%

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 25.25%
G = 17.7%
B = 57.05%

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

#4D36AE (or 0x4D36AE) is known color: Blue Gem. HEX triplet: 4D, 36 and AE. RGB value is (77,54,174). Sum of RGB (Red+Green+Blue) = 77+54+174=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D36AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D36AE is #B2C951. Grayscale: #4A4A4A. Windows color (decimal): -11716946 or 11417165. OLE color: 11417165.

HSL color Cylindrical-coordinate representation of color #4D36AE: hue angle of 251.5º degrees, saturation: 0.53, 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 #4D36AE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 54 174 -
CMYK 0.56 0.69 0 0.32
HSL 251.5º 0.53% 0.45% -
HSV(B) 251.5º 0.69% 0.68% -
XYZ 12.02 7.27 40.81 -
YUV 74.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 77 54 174 0.56 0.69 0 0.32 251.5 0.53 0.45
Hex 4D 36 AE 38 45 0 20 FC 35 2D
Octal 115 66 256 70 105 0 40 374 65 55
Binary 1001101 110110 10101110 111000 1000101 0 100000 11111100 110101 101101

Color Harmonies of #4D36AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D36AE

Black with #4D36AE

Text Example


Text Example

White with #4D36AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,174); }

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

background-color css

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

 a { background-color: rgb(77,54,174); }

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

border-color css

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

 span { border-color: rgb(77,54,174); }

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