Html Css Color HEX #49567C Chambray

📋 copy color: '#49567C'

red 73 ◦ green 86 ◦ blue 124

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

Shades of Chambray #49567C

Tints of Chambray #49567C

RGB

 RED value IS 73 (28.91% from 255) = 25.8%

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

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 25.8%
G = 30.39%
B = 43.82%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49567C (or 0x49567C) is known color: Chambray. HEX triplet: 49, 56 and 7C. RGB value is (73,86,124). Sum of RGB (Red+Green+Blue) = 73+86+124=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #49567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49567C is #B6A983. Grayscale: #565656. Windows color (decimal): -11970948 or 8148553. OLE color: 8148553.

HSL color Cylindrical-coordinate representation of color #49567C: hue angle of 224.71º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49567C is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 86 124 -
CMYK 0.41 0.31 0 0.51
HSL 224.71º 0.26% 0.39% -
HSV(B) 224.71º 0.41% 0.49% -
XYZ 9.71 9.53 20.4 -
YUV 86.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 73 86 124 0.41 0.31 0 0.51 224.71 0.26 0.39
Hex 49 56 7C 29 1F 0 33 E1 1A 27
Octal 111 126 174 51 37 0 63 341 32 47
Binary 1001001 1010110 1111100 101001 11111 0 110011 11100001 11010 100111

Color Harmonies of #49567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49567C

Black with #49567C

Text Example


Text Example

White with #49567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49567C; }

 p { color: rgb(73,86,124); }

 H1.HeaderClassName
 {
   color: #49567C;
 }
 .AnyTagClassName
 {
   color: #49567C;
 }
</style>

background-color css

<style>
 a { background-color: #49567C; }

 a { background-color: rgb(73,86,124); }

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

border-color css

<style>
 span { border-color: #49567C; }

 span { border-color: rgb(73,86,124); }

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