Html Css Color HEX #4D256B Blue Diamond

📋 copy color: '#4D256B'

red 77 ◦ green 37 ◦ blue 107

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

Shades of Blue Diamond #4D256B

Tints of Blue Diamond #4D256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 34.84%
G = 16.74%
B = 48.42%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D256B (or 0x4D256B) is known color: Blue Diamond. HEX triplet: 4D, 25 and 6B. RGB value is (77,37,107). Sum of RGB (Red+Green+Blue) = 77+37+107=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D256B is #B2DA94. Grayscale: #383838. Windows color (decimal): -11721365 or 7021901. OLE color: 7021901.

HSL color Cylindrical-coordinate representation of color #4D256B: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D256B is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 37 107 -
CMYK 0.28 0.65 0 0.58
HSL 274.29º 0.49% 0.28% -
HSV(B) 274.29º 0.65% 0.42% -
XYZ 6.38 3.96 14.34 -
YUV 56.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 77 37 107 0.28 0.65 0 0.58 274.29 0.49 0.28
Hex 4D 25 6B 1C 41 0 3A 112 31 1C
Octal 115 45 153 34 101 0 72 422 61 34
Binary 1001101 100101 1101011 11100 1000001 0 111010 100010010 110001 11100

Color Harmonies of #4D256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D256B

Black with #4D256B

Text Example


Text Example

White with #4D256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,107); }

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

background-color css

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

 a { background-color: rgb(77,37,107); }

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

border-color css

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

 span { border-color: rgb(77,37,107); }

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