Html Css Color HEX #4D5874 Chambray

📋 copy color: '#4D5874'

red 77 ◦ green 88 ◦ blue 116

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

Shades of Chambray #4D5874

Tints of Chambray #4D5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 27.4%
G = 31.32%
B = 41.28%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5874 (or 0x4D5874) is known color: Chambray. HEX triplet: 4D, 58 and 74. RGB value is (77,88,116). Sum of RGB (Red+Green+Blue) = 77+88+116=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5874 is #B2A78B. Grayscale: #575757. Windows color (decimal): -11708300 or 7624781. OLE color: 7624781.

HSL color Cylindrical-coordinate representation of color #4D5874: hue angle of 223.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D5874 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 88 116 -
CMYK 0.34 0.24 0 0.55
HSL 223.08º 0.2% 0.38% -
HSV(B) 223.08º 0.34% 0.45% -
XYZ 9.7 9.82 17.91 -
YUV 87.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 77 88 116 0.34 0.24 0 0.55 223.08 0.2 0.38
Hex 4D 58 74 22 18 0 37 DF 14 26
Octal 115 130 164 42 30 0 67 337 24 46
Binary 1001101 1011000 1110100 100010 11000 0 110111 11011111 10100 100110

Color Harmonies of #4D5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5874

Black with #4D5874

Text Example


Text Example

White with #4D5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,116); }

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

background-color css

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

 a { background-color: rgb(77,88,116); }

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

border-color css

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

 span { border-color: rgb(77,88,116); }

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