Html Css Color HEX #4D3CA4 Blue Gem

📋 copy color: '#4D3CA4'

red 77 ◦ green 60 ◦ blue 164

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

Shades of Blue Gem #4D3CA4

Tints of Blue Gem #4D3CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 25.58%
G = 19.93%
B = 54.49%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D3CA4 (or 0x4D3CA4) is known color: Blue Gem. HEX triplet: 4D, 3C and A4. RGB value is (77,60,164). Sum of RGB (Red+Green+Blue) = 77+60+164=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D3CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CA4 is #B2C35B. Grayscale: #4C4C4C. Windows color (decimal): -11715420 or 10763341. OLE color: 10763341.

HSL color Cylindrical-coordinate representation of color #4D3CA4: hue angle of 249.81º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3CA4 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 60 164 -
CMYK 0.53 0.63 0 0.36
HSL 249.81º 0.46% 0.44% -
HSV(B) 249.81º 0.63% 0.64% -
XYZ 11.38 7.49 35.97 -
YUV 76.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 77 60 164 0.53 0.63 0 0.36 249.81 0.46 0.44
Hex 4D 3C A4 35 3F 0 24 FA 2E 2C
Octal 115 74 244 65 77 0 44 372 56 54
Binary 1001101 111100 10100100 110101 111111 0 100100 11111010 101110 101100

Color Harmonies of #4D3CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CA4

Black with #4D3CA4

Text Example


Text Example

White with #4D3CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,164); }

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

background-color css

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

 a { background-color: rgb(77,60,164); }

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

border-color css

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

 span { border-color: rgb(77,60,164); }

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