Html Css Color HEX #4D607F Chambray

📋 copy color: '#4D607F'

red 77 ◦ green 96 ◦ blue 127

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

Shades of Chambray #4D607F

Tints of Chambray #4D607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.33%

R = 25.67%
G = 32%
B = 42.33%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D607F (or 0x4D607F) is known color: Chambray. HEX triplet: 4D, 60 and 7F. RGB value is (77,96,127). Sum of RGB (Red+Green+Blue) = 77+96+127=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D607F is #B29F80. Grayscale: #5D5D5D. Windows color (decimal): -11706241 or 8347725. OLE color: 8347725.

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

Color convert

RGB 77 96 127 -
CMYK 0.39 0.24 0 0.50
HSL 217.2º 0.25% 0.4% -
HSV(B) 217.2º 0.39% 0.5% -
XYZ 11.07 11.48 21.71 -
YUV 93.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 77 96 127 0.39 0.24 0 0.50 217.2 0.25 0.4
Hex 4D 60 7F 27 18 0 32 D9 19 28
Octal 115 140 177 47 30 0 62 331 31 50
Binary 1001101 1100000 1111111 100111 11000 0 110010 11011001 11001 101000

Color Harmonies of #4D607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D607F

Black with #4D607F

Text Example


Text Example

White with #4D607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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