Html Css Color HEX #4D286F Blue Diamond

📋 copy color: '#4D286F'

red 77 ◦ green 40 ◦ blue 111

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

Shades of Blue Diamond #4D286F

Tints of Blue Diamond #4D286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 33.77%
G = 17.54%
B = 48.68%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D286F (or 0x4D286F) is known color: Blue Diamond. HEX triplet: 4D, 28 and 6F. RGB value is (77,40,111). Sum of RGB (Red+Green+Blue) = 77+40+111=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286F is #B2D790. Grayscale: #3A3A3A. Windows color (decimal): -11720593 or 7284813. OLE color: 7284813.

HSL color Cylindrical-coordinate representation of color #4D286F: hue angle of 271.27º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D286F is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 40 111 -
CMYK 0.31 0.64 0 0.56
HSL 271.27º 0.47% 0.3% -
HSV(B) 271.27º 0.64% 0.44% -
XYZ 6.69 4.24 15.51 -
YUV 59.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 77 40 111 0.31 0.64 0 0.56 271.27 0.47 0.3
Hex 4D 28 6F 1F 40 0 38 10F 2F 1E
Octal 115 50 157 37 100 0 70 417 57 36
Binary 1001101 101000 1101111 11111 1000000 0 111000 100001111 101111 11110

Color Harmonies of #4D286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D286F

Black with #4D286F

Text Example


Text Example

White with #4D286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,111); }

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

background-color css

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

 a { background-color: rgb(77,40,111); }

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

border-color css

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

 span { border-color: rgb(77,40,111); }

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