Html Css Color HEX #4D346F Blue Diamond

📋 copy color: '#4D346F'

red 77 ◦ green 52 ◦ blue 111

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

Shades of Blue Diamond #4D346F

Tints of Blue Diamond #4D346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 32.08%
G = 21.67%
B = 46.25%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D346F (or 0x4D346F) is known color: Blue Diamond. HEX triplet: 4D, 34 and 6F. RGB value is (77,52,111). Sum of RGB (Red+Green+Blue) = 77+52+111=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D346F is #B2CB90. Grayscale: #414141. Windows color (decimal): -11717521 or 7287885. OLE color: 7287885.

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

Color convert

RGB 77 52 111 -
CMYK 0.31 0.53 0 0.56
HSL 265.42º 0.36% 0.32% -
HSV(B) 265.42º 0.53% 0.44% -
XYZ 7.16 5.18 15.66 -
YUV 66.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 77 52 111 0.31 0.53 0 0.56 265.42 0.36 0.32
Hex 4D 34 6F 1F 35 0 38 109 24 20
Octal 115 64 157 37 65 0 70 411 44 40
Binary 1001101 110100 1101111 11111 110101 0 111000 100001001 100100 100000

Color Harmonies of #4D346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D346F

Black with #4D346F

Text Example


Text Example

White with #4D346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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