Html Css Color HEX #4D6085 Chambray

📋 copy color: '#4D6085'

red 77 ◦ green 96 ◦ blue 133

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

Shades of Chambray #4D6085

Tints of Chambray #4D6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.46%

R = 25.16%
G = 31.37%
B = 43.46%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D6085 (or 0x4D6085) is known color: Chambray. HEX triplet: 4D, 60 and 85. RGB value is (77,96,133). Sum of RGB (Red+Green+Blue) = 77+96+133=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6085 is #B29F7A. Grayscale: #5E5E5E. Windows color (decimal): -11706235 or 8740941. OLE color: 8740941.

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

Color convert

RGB 77 96 133 -
CMYK 0.42 0.28 0 0.48
HSL 219.64º 0.27% 0.41% -
HSV(B) 219.64º 0.42% 0.52% -
XYZ 11.48 11.64 23.83 -
YUV 94.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 77 96 133 0.42 0.28 0 0.48 219.64 0.27 0.41
Hex 4D 60 85 2A 1C 0 30 DC 1B 29
Octal 115 140 205 52 34 0 60 334 33 51
Binary 1001101 1100000 10000101 101010 11100 0 110000 11011100 11011 101001

Color Harmonies of #4D6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6085

Black with #4D6085

Text Example


Text Example

White with #4D6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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