Html Css Color HEX #4C6176 Chambray

📋 copy color: '#4C6176'

red 76 ◦ green 97 ◦ blue 118

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

Shades of Chambray #4C6176

Tints of Chambray #4C6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 26.12%
G = 33.33%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C6176 (or 0x4C6176) is known color: Chambray. HEX triplet: 4C, 61 and 76. RGB value is (76,97,118). Sum of RGB (Red+Green+Blue) = 76+97+118=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6176 is #B39E89. Grayscale: #5D5D5D. Windows color (decimal): -11771530 or 7758156. OLE color: 7758156.

HSL color Cylindrical-coordinate representation of color #4C6176: hue angle of 210º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C6176 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 97 118 -
CMYK 0.36 0.18 0 0.54
HSL 210º 0.22% 0.38% -
HSV(B) 210º 0.36% 0.46% -
XYZ 10.53 11.39 18.78 -
YUV 93.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 76 97 118 0.36 0.18 0 0.54 210 0.22 0.38
Hex 4C 61 76 24 12 0 36 D2 16 26
Octal 114 141 166 44 22 0 66 322 26 46
Binary 1001100 1100001 1110110 100100 10010 0 110110 11010010 10110 100110

Color Harmonies of #4C6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6176

Black with #4C6176

Text Example


Text Example

White with #4C6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,118); }

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

background-color css

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

 a { background-color: rgb(76,97,118); }

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

border-color css

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

 span { border-color: rgb(76,97,118); }

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