Html Css Color HEX #4C567A Chambray

📋 copy color: '#4C567A'

red 76 ◦ green 86 ◦ blue 122

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

Shades of Chambray #4C567A

Tints of Chambray #4C567A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 26.76%
G = 30.28%
B = 42.96%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C567A (or 0x4C567A) is known color: Chambray. HEX triplet: 4C, 56 and 7A. RGB value is (76,86,122). Sum of RGB (Red+Green+Blue) = 76+86+122=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C567A is #B3A985. Grayscale: #565656. Windows color (decimal): -11774342 or 8017484. OLE color: 8017484.

HSL color Cylindrical-coordinate representation of color #4C567A: hue angle of 226.96º 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 #4C567A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 86 122 -
CMYK 0.38 0.30 0 0.52
HSL 226.96º 0.23% 0.39% -
HSV(B) 226.96º 0.38% 0.48% -
XYZ 9.82 9.6 19.75 -
YUV 87.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 76 86 122 0.38 0.30 0 0.52 226.96 0.23 0.39
Hex 4C 56 7A 26 1E 0 34 E3 17 27
Octal 114 126 172 46 36 0 64 343 27 47
Binary 1001100 1010110 1111010 100110 11110 0 110100 11100011 10111 100111

Color Harmonies of #4C567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C567A

Black with #4C567A

Text Example


Text Example

White with #4C567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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