Html Css Color HEX #4D2574 Blue Diamond

📋 copy color: '#4D2574'

red 77 ◦ green 37 ◦ blue 116

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

Shades of Blue Diamond #4D2574

Tints of Blue Diamond #4D2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 33.48%
G = 16.09%
B = 50.43%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D2574 (or 0x4D2574) is known color: Blue Diamond. HEX triplet: 4D, 25 and 74. RGB value is (77,37,116). Sum of RGB (Red+Green+Blue) = 77+37+116=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D2574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2574 is #B2DA8B. Grayscale: #393939. Windows color (decimal): -11721356 or 7611725. OLE color: 7611725.

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

Color convert

RGB 77 37 116 -
CMYK 0.34 0.68 0 0.55
HSL 270.38º 0.52% 0.3% -
HSV(B) 270.38º 0.68% 0.45% -
XYZ 6.87 4.16 16.96 -
YUV 57.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 77 37 116 0.34 0.68 0 0.55 270.38 0.52 0.3
Hex 4D 25 74 22 44 0 37 10E 34 1E
Octal 115 45 164 42 104 0 67 416 64 36
Binary 1001101 100101 1110100 100010 1000100 0 110111 100001110 110100 11110

Color Harmonies of #4D2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2574

Black with #4D2574

Text Example


Text Example

White with #4D2574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,116); }

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

background-color css

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

 a { background-color: rgb(77,37,116); }

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

border-color css

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

 span { border-color: rgb(77,37,116); }

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