Html Css Color HEX #4D3178 Blue Diamond

📋 copy color: '#4D3178'

red 77 ◦ green 49 ◦ blue 120

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

Shades of Blue Diamond #4D3178

Tints of Blue Diamond #4D3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 120 (47.27% from 255) = 48.78%

R = 31.3%
G = 19.92%
B = 48.78%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D3178 (or 0x4D3178) is known color: Blue Diamond. HEX triplet: 4D, 31 and 78. RGB value is (77,49,120). Sum of RGB (Red+Green+Blue) = 77+49+120=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D3178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3178 is #B2CE87. Grayscale: #414141. Windows color (decimal): -11718280 or 7876941. OLE color: 7876941.

HSL color Cylindrical-coordinate representation of color #4D3178: hue angle of 263.66º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D3178 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 49 120 -
CMYK 0.36 0.59 0 0.53
HSL 263.66º 0.42% 0.33% -
HSV(B) 263.66º 0.59% 0.47% -
XYZ 7.55 5.13 18.36 -
YUV 65.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 77 49 120 0.36 0.59 0 0.53 263.66 0.42 0.33
Hex 4D 31 78 24 3B 0 35 108 2A 21
Octal 115 61 170 44 73 0 65 410 52 41
Binary 1001101 110001 1111000 100100 111011 0 110101 100001000 101010 100001

Color Harmonies of #4D3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3178

Black with #4D3178

Text Example


Text Example

White with #4D3178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,120); }

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

background-color css

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

 a { background-color: rgb(77,49,120); }

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

border-color css

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

 span { border-color: rgb(77,49,120); }

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