Html Css Color HEX #4D187C Blue Diamond

📋 copy color: '#4D187C'

red 77 ◦ green 24 ◦ blue 124

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

Shades of Blue Diamond #4D187C

Tints of Blue Diamond #4D187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 34.22%
G = 10.67%
B = 55.11%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D187C (or 0x4D187C) is known color: Blue Diamond. HEX triplet: 4D, 18 and 7C. RGB value is (77,24,124). Sum of RGB (Red+Green+Blue) = 77+24+124=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D187C is #B2E783. Grayscale: #323232. Windows color (decimal): -11724676 or 8132685. OLE color: 8132685.

HSL color Cylindrical-coordinate representation of color #4D187C: hue angle of 271.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D187C is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 24 124 -
CMYK 0.38 0.81 0 0.51
HSL 271.8º 0.68% 0.29% -
HSV(B) 271.8º 0.81% 0.49% -
XYZ 7.03 3.69 19.41 -
YUV 51.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 77 24 124 0.38 0.81 0 0.51 271.8 0.68 0.29
Hex 4D 18 7C 26 51 0 33 110 44 1D
Octal 115 30 174 46 121 0 63 420 104 35
Binary 1001101 11000 1111100 100110 1010001 0 110011 100010000 1000100 11101

Color Harmonies of #4D187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D187C

Black with #4D187C

Text Example


Text Example

White with #4D187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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