Html Css Color HEX #4C6077 Chambray

📋 copy color: '#4C6077'

red 76 ◦ green 96 ◦ blue 119

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

Shades of Chambray #4C6077

Tints of Chambray #4C6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 26.12%
G = 32.99%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C6077 (or 0x4C6077) is known color: Chambray. HEX triplet: 4C, 60 and 77. RGB value is (76,96,119). Sum of RGB (Red+Green+Blue) = 76+96+119=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6077 is #B39F88. Grayscale: #5C5C5C. Windows color (decimal): -11771785 or 7823436. OLE color: 7823436.

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

Color convert

RGB 76 96 119 -
CMYK 0.36 0.19 0 0.53
HSL 212.09º 0.22% 0.38% -
HSV(B) 212.09º 0.36% 0.47% -
XYZ 10.49 11.23 19.07 -
YUV 92.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 76 96 119 0.36 0.19 0 0.53 212.09 0.22 0.38
Hex 4C 60 77 24 13 0 35 D4 16 26
Octal 114 140 167 44 23 0 65 324 26 46
Binary 1001100 1100000 1110111 100100 10011 0 110101 11010100 10110 100110

Color Harmonies of #4C6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6077

Black with #4C6077

Text Example


Text Example

White with #4C6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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