Html Css Color HEX #4D617B Chambray

📋 copy color: '#4D617B'

red 77 ◦ green 97 ◦ blue 123

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

Shades of Chambray #4D617B

Tints of Chambray #4D617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 25.93%
G = 32.66%
B = 41.41%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D617B (or 0x4D617B) is known color: Chambray. HEX triplet: 4D, 61 and 7B. RGB value is (77,97,123). Sum of RGB (Red+Green+Blue) = 77+97+123=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D617B is #B29E84. Grayscale: #5D5D5D. Windows color (decimal): -11705989 or 8085837. OLE color: 8085837.

HSL color Cylindrical-coordinate representation of color #4D617B: hue angle of 213.91º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D617B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 97 123 -
CMYK 0.37 0.21 0 0.52
HSL 213.91º 0.23% 0.39% -
HSV(B) 213.91º 0.37% 0.48% -
XYZ 10.91 11.56 20.39 -
YUV 93.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 77 97 123 0.37 0.21 0 0.52 213.91 0.23 0.39
Hex 4D 61 7B 25 15 0 34 D6 17 27
Octal 115 141 173 45 25 0 64 326 27 47
Binary 1001101 1100001 1111011 100101 10101 0 110100 11010110 10111 100111

Color Harmonies of #4D617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D617B

Black with #4D617B

Text Example


Text Example

White with #4D617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,123); }

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

background-color css

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

 a { background-color: rgb(77,97,123); }

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

border-color css

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

 span { border-color: rgb(77,97,123); }

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