Html Css Color HEX #4D257A Blue Diamond

📋 copy color: '#4D257A'

red 77 ◦ green 37 ◦ blue 122

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

Shades of Blue Diamond #4D257A

Tints of Blue Diamond #4D257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 32.63%
G = 15.68%
B = 51.69%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D257A (or 0x4D257A) is known color: Blue Diamond. HEX triplet: 4D, 25 and 7A. RGB value is (77,37,122). Sum of RGB (Red+Green+Blue) = 77+37+122=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D257A is #B2DA85. Grayscale: #3A3A3A. Windows color (decimal): -11721350 or 8004941. OLE color: 8004941.

HSL color Cylindrical-coordinate representation of color #4D257A: hue angle of 268.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D257A is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 37 122 -
CMYK 0.37 0.70 0 0.52
HSL 268.24º 0.53% 0.31% -
HSV(B) 268.24º 0.7% 0.48% -
XYZ 7.23 4.31 18.86 -
YUV 58.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 77 37 122 0.37 0.70 0 0.52 268.24 0.53 0.31
Hex 4D 25 7A 25 46 0 34 10C 35 1F
Octal 115 45 172 45 106 0 64 414 65 37
Binary 1001101 100101 1111010 100101 1000110 0 110100 100001100 110101 11111

Color Harmonies of #4D257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D257A

Black with #4D257A

Text Example


Text Example

White with #4D257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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