Html Css Color HEX #4D1874 Blue Diamond

📋 copy color: '#4D1874'

red 77 ◦ green 24 ◦ blue 116

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

Shades of Blue Diamond #4D1874

Tints of Blue Diamond #4D1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 35.48%
G = 11.06%
B = 53.46%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1874 (or 0x4D1874) is known color: Blue Diamond. HEX triplet: 4D, 18 and 74. RGB value is (77,24,116). Sum of RGB (Red+Green+Blue) = 77+24+116=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D1874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1874 is #B2E78B. Grayscale: #323232. Windows color (decimal): -11724684 or 7608397. OLE color: 7608397.

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

Color convert

RGB 77 24 116 -
CMYK 0.34 0.79 0 0.55
HSL 274.57º 0.66% 0.27% -
HSV(B) 274.57º 0.79% 0.45% -
XYZ 6.54 3.49 16.85 -
YUV 50.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 77 24 116 0.34 0.79 0 0.55 274.57 0.66 0.27
Hex 4D 18 74 22 4F 0 37 113 42 1B
Octal 115 30 164 42 117 0 67 423 102 33
Binary 1001101 11000 1110100 100010 1001111 0 110111 100010011 1000010 11011

Color Harmonies of #4D1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1874

Black with #4D1874

Text Example


Text Example

White with #4D1874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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