Html Css Color HEX #4C6072 Chambray

📋 copy color: '#4C6072'

red 76 ◦ green 96 ◦ blue 114

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

Shades of Chambray #4C6072

Tints of Chambray #4C6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 26.57%
G = 33.57%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C6072 (or 0x4C6072) is known color: Chambray. HEX triplet: 4C, 60 and 72. RGB value is (76,96,114). Sum of RGB (Red+Green+Blue) = 76+96+114=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6072 is #B39F8D. Grayscale: #5B5B5B. Windows color (decimal): -11771790 or 7495756. OLE color: 7495756.

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

Color convert

RGB 76 96 114 -
CMYK 0.33 0.16 0 0.55
HSL 208.42º 0.2% 0.37% -
HSV(B) 208.42º 0.33% 0.45% -
XYZ 10.2 11.12 17.53 -
YUV 92.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 76 96 114 0.33 0.16 0 0.55 208.42 0.2 0.37
Hex 4C 60 72 21 10 0 37 D0 14 25
Octal 114 140 162 41 20 0 67 320 24 45
Binary 1001100 1100000 1110010 100001 10000 0 110111 11010000 10100 100101

Color Harmonies of #4C6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6072

Black with #4C6072

Text Example


Text Example

White with #4C6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,114); }

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

background-color css

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

 a { background-color: rgb(76,96,114); }

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

border-color css

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

 span { border-color: rgb(76,96,114); }

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