Html Css Color HEX #4D197E Blue Diamond

📋 copy color: '#4D197E'

red 77 ◦ green 25 ◦ blue 126

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

Shades of Blue Diamond #4D197E

Tints of Blue Diamond #4D197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 33.77%
G = 10.96%
B = 55.26%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D197E (or 0x4D197E) is known color: Blue Diamond. HEX triplet: 4D, 19 and 7E. RGB value is (77,25,126). Sum of RGB (Red+Green+Blue) = 77+25+126=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D197E is #B2E681. Grayscale: #333333. Windows color (decimal): -11724418 or 8264013. OLE color: 8264013.

HSL color Cylindrical-coordinate representation of color #4D197E: hue angle of 270.89º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D197E is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 25 126 -
CMYK 0.39 0.80 0 0.51
HSL 270.89º 0.67% 0.3% -
HSV(B) 270.89º 0.8% 0.49% -
XYZ 7.17 3.78 20.09 -
YUV 52.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 77 25 126 0.39 0.80 0 0.51 270.89 0.67 0.3
Hex 4D 19 7E 27 50 0 33 10F 43 1E
Octal 115 31 176 47 120 0 63 417 103 36
Binary 1001101 11001 1111110 100111 1010000 0 110011 100001111 1000011 11110

Color Harmonies of #4D197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D197E

Black with #4D197E

Text Example


Text Example

White with #4D197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,126); }

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

background-color css

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

 a { background-color: rgb(77,25,126); }

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

border-color css

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

 span { border-color: rgb(77,25,126); }

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