Html Css Color HEX #4D186E Blue Diamond

📋 copy color: '#4D186E'

red 77 ◦ green 24 ◦ blue 110

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

Shades of Blue Diamond #4D186E

Tints of Blue Diamond #4D186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 36.49%
G = 11.37%
B = 52.13%

CMYK

 C value IS 0.3

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D186E (or 0x4D186E) is known color: Blue Diamond. HEX triplet: 4D, 18 and 6E. RGB value is (77,24,110). Sum of RGB (Red+Green+Blue) = 77+24+110=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D186E is #B2E791. Grayscale: #313131. Windows color (decimal): -11724690 or 7215181. OLE color: 7215181.

HSL color Cylindrical-coordinate representation of color #4D186E: hue angle of 276.98º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D186E is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 24 110 -
CMYK 0.3 0.78 0 0.57
HSL 276.98º 0.64% 0.26% -
HSV(B) 276.98º 0.78% 0.43% -
XYZ 6.2 3.36 15.07 -
YUV 49.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 77 24 110 0.3 0.78 0 0.57 276.98 0.64 0.26
Hex 4D 18 6E 1E 4E 0 39 115 40 1A
Octal 115 30 156 36 116 0 71 425 100 32
Binary 1001101 11000 1101110 11110 1001110 0 111001 100010101 1000000 11010

Color Harmonies of #4D186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D186E

Black with #4D186E

Text Example


Text Example

White with #4D186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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