Html Css Color HEX #4D6086 Chambray

📋 copy color: '#4D6086'

red 77 ◦ green 96 ◦ blue 134

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

Shades of Chambray #4D6086

Tints of Chambray #4D6086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 25.08%
G = 31.27%
B = 43.65%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D6086 (or 0x4D6086) is known color: Chambray. HEX triplet: 4D, 60 and 86. RGB value is (77,96,134). Sum of RGB (Red+Green+Blue) = 77+96+134=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6086 is #B29F79. Grayscale: #5E5E5E. Windows color (decimal): -11706234 or 8806477. OLE color: 8806477.

HSL color Cylindrical-coordinate representation of color #4D6086: hue angle of 220º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D6086 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 96 134 -
CMYK 0.43 0.28 0 0.47
HSL 220º 0.27% 0.41% -
HSV(B) 220º 0.43% 0.53% -
XYZ 11.55 11.66 24.2 -
YUV 94.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 77 96 134 0.43 0.28 0 0.47 220 0.27 0.41
Hex 4D 60 86 2B 1C 0 2F DC 1B 29
Octal 115 140 206 53 34 0 57 334 33 51
Binary 1001101 1100000 10000110 101011 11100 0 101111 11011100 11011 101001

Color Harmonies of #4D6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6086

Black with #4D6086

Text Example


Text Example

White with #4D6086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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