Html Css Color HEX #4D607C Chambray

📋 copy color: '#4D607C'

red 77 ◦ green 96 ◦ blue 124

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

Shades of Chambray #4D607C

Tints of Chambray #4D607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 25.93%
G = 32.32%
B = 41.75%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D607C (or 0x4D607C) is known color: Chambray. HEX triplet: 4D, 60 and 7C. RGB value is (77,96,124). Sum of RGB (Red+Green+Blue) = 77+96+124=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D607C is #B29F83. Grayscale: #5D5D5D. Windows color (decimal): -11706244 or 8151117. OLE color: 8151117.

HSL color Cylindrical-coordinate representation of color #4D607C: hue angle of 215.74º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D607C is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 96 124 -
CMYK 0.38 0.23 0 0.51
HSL 215.74º 0.23% 0.39% -
HSV(B) 215.74º 0.38% 0.49% -
XYZ 10.88 11.4 20.7 -
YUV 93.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 77 96 124 0.38 0.23 0 0.51 215.74 0.23 0.39
Hex 4D 60 7C 26 17 0 33 D8 17 27
Octal 115 140 174 46 27 0 63 330 27 47
Binary 1001101 1100000 1111100 100110 10111 0 110011 11011000 10111 100111

Color Harmonies of #4D607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D607C

Black with #4D607C

Text Example


Text Example

White with #4D607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,124); }

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

background-color css

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

 a { background-color: rgb(77,96,124); }

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

border-color css

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

 span { border-color: rgb(77,96,124); }

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