Html Css Color HEX #4D607E Chambray

📋 copy color: '#4D607E'

red 77 ◦ green 96 ◦ blue 126

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

Shades of Chambray #4D607E

Tints of Chambray #4D607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 25.75%
G = 32.11%
B = 42.14%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D607E (or 0x4D607E) is known color: Chambray. HEX triplet: 4D, 60 and 7E. RGB value is (77,96,126). Sum of RGB (Red+Green+Blue) = 77+96+126=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D607E is #B29F81. Grayscale: #5D5D5D. Windows color (decimal): -11706242 or 8282189. OLE color: 8282189.

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

Color convert

RGB 77 96 126 -
CMYK 0.39 0.24 0 0.51
HSL 216.73º 0.24% 0.4% -
HSV(B) 216.73º 0.39% 0.49% -
XYZ 11.01 11.45 21.37 -
YUV 93.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 77 96 126 0.39 0.24 0 0.51 216.73 0.24 0.4
Hex 4D 60 7E 27 18 0 33 D9 18 28
Octal 115 140 176 47 30 0 63 331 30 50
Binary 1001101 1100000 1111110 100111 11000 0 110011 11011001 11000 101000

Color Harmonies of #4D607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D607E

Black with #4D607E

Text Example


Text Example

White with #4D607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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