Html Css Color HEX #4D5E7C Chambray

📋 copy color: '#4D5E7C'

red 77 ◦ green 94 ◦ blue 124

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

Shades of Chambray #4D5E7C

Tints of Chambray #4D5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 26.1%
G = 31.86%
B = 42.03%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D5E7C (or 0x4D5E7C) is known color: Chambray. HEX triplet: 4D, 5E and 7C. RGB value is (77,94,124). Sum of RGB (Red+Green+Blue) = 77+94+124=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D5E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5E7C is #B2A183. Grayscale: #5C5C5C. Windows color (decimal): -11706756 or 8150605. OLE color: 8150605.

HSL color Cylindrical-coordinate representation of color #4D5E7C: hue angle of 218.3º 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 #4D5E7C is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 94 124 -
CMYK 0.38 0.24 0 0.51
HSL 218.3º 0.23% 0.39% -
HSV(B) 218.3º 0.38% 0.49% -
XYZ 10.7 11.04 20.64 -
YUV 92.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 77 94 124 0.38 0.24 0 0.51 218.3 0.23 0.39
Hex 4D 5E 7C 26 18 0 33 DA 17 27
Octal 115 136 174 46 30 0 63 332 27 47
Binary 1001101 1011110 1111100 100110 11000 0 110011 11011010 10111 100111

Color Harmonies of #4D5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5E7C

Black with #4D5E7C

Text Example


Text Example

White with #4D5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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