Html Css Color HEX #4D1A6E Blue Diamond

📋 copy color: '#4D1A6E'

red 77 ◦ green 26 ◦ blue 110

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

Shades of Blue Diamond #4D1A6E

Tints of Blue Diamond #4D1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 36.15%
G = 12.21%
B = 51.64%

CMYK

 C value IS 0.3

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D1A6E (or 0x4D1A6E) is known color: Blue Diamond. HEX triplet: 4D, 1A and 6E. RGB value is (77,26,110). Sum of RGB (Red+Green+Blue) = 77+26+110=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D1A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1A6E is #B2E591. Grayscale: #323232. Windows color (decimal): -11724178 or 7215693. OLE color: 7215693.

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

Color convert

RGB 77 26 110 -
CMYK 0.3 0.76 0 0.57
HSL 276.43º 0.62% 0.27% -
HSV(B) 276.43º 0.76% 0.43% -
XYZ 6.24 3.44 15.09 -
YUV 50.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 77 26 110 0.3 0.76 0 0.57 276.43 0.62 0.27
Hex 4D 1A 6E 1E 4C 0 39 114 3E 1B
Octal 115 32 156 36 114 0 71 424 76 33
Binary 1001101 11010 1101110 11110 1001100 0 111001 100010100 111110 11011

Color Harmonies of #4D1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A6E

Black with #4D1A6E

Text Example


Text Example

White with #4D1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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