Html Css Color HEX #4C187C Blue Diamond

📋 copy color: '#4C187C'

red 76 ◦ green 24 ◦ blue 124

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

Shades of Blue Diamond #4C187C

Tints of Blue Diamond #4C187C

RGB

 RED value IS 76 (30.08% from 255) = 33.93%

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

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

R = 33.93%
G = 10.71%
B = 55.36%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C187C (or 0x4C187C) is known color: Blue Diamond. HEX triplet: 4C, 18 and 7C. RGB value is (76,24,124). Sum of RGB (Red+Green+Blue) = 76+24+124=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C187C is #B3E783. Grayscale: #323232. Windows color (decimal): -11790212 or 8132684. OLE color: 8132684.

HSL color Cylindrical-coordinate representation of color #4C187C: hue angle of 271.2º 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 #4C187C is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 24 124 -
CMYK 0.39 0.81 0 0.51
HSL 271.2º 0.68% 0.29% -
HSV(B) 271.2º 0.81% 0.49% -
XYZ 6.95 3.65 19.41 -
YUV 50.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 76 24 124 0.39 0.81 0 0.51 271.2 0.68 0.29
Hex 4C 18 7C 27 51 0 33 10F 44 1D
Octal 114 30 174 47 121 0 63 417 104 35
Binary 1001100 11000 1111100 100111 1010001 0 110011 100001111 1000100 11101

Color Harmonies of #4C187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C187C

Black with #4C187C

Text Example


Text Example

White with #4C187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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