Html Css Color HEX #4C577A Chambray

📋 copy color: '#4C577A'

red 76 ◦ green 87 ◦ blue 122

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

Shades of Chambray #4C577A

Tints of Chambray #4C577A

RGB

 RED value IS 76 (30.08% from 255) = 26.67%

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 26.67%
G = 30.53%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C577A (or 0x4C577A) is known color: Chambray. HEX triplet: 4C, 57 and 7A. RGB value is (76,87,122). Sum of RGB (Red+Green+Blue) = 76+87+122=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C577A is #B3A885. Grayscale: #575757. Windows color (decimal): -11774086 or 8017740. OLE color: 8017740.

HSL color Cylindrical-coordinate representation of color #4C577A: hue angle of 225.65º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C577A is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 87 122 -
CMYK 0.38 0.29 0 0.52
HSL 225.65º 0.23% 0.39% -
HSV(B) 225.65º 0.38% 0.48% -
XYZ 9.9 9.76 19.77 -
YUV 87.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 76 87 122 0.38 0.29 0 0.52 225.65 0.23 0.39
Hex 4C 57 7A 26 1D 0 34 E2 17 27
Octal 114 127 172 46 35 0 64 342 27 47
Binary 1001100 1010111 1111010 100110 11101 0 110100 11100010 10111 100111

Color Harmonies of #4C577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C577A

Black with #4C577A

Text Example


Text Example

White with #4C577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,87,122); }

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

background-color css

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

 a { background-color: rgb(76,87,122); }

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

border-color css

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

 span { border-color: rgb(76,87,122); }

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