Html Css Color HEX #49587D Chambray

📋 copy color: '#49587D'

red 73 ◦ green 88 ◦ blue 125

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

Shades of Chambray #49587D

Tints of Chambray #49587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 25.52%
G = 30.77%
B = 43.71%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49587D (or 0x49587D) is known color: Chambray. HEX triplet: 49, 58 and 7D. RGB value is (73,88,125). Sum of RGB (Red+Green+Blue) = 73+88+125=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #49587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49587D is #B6A782. Grayscale: #575757. Windows color (decimal): -11970435 or 8214601. OLE color: 8214601.

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

Color convert

RGB 73 88 125 -
CMYK 0.42 0.30 0 0.51
HSL 222.69º 0.26% 0.39% -
HSV(B) 222.69º 0.42% 0.49% -
XYZ 9.94 9.88 20.78 -
YUV 87.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 73 88 125 0.42 0.30 0 0.51 222.69 0.26 0.39
Hex 49 58 7D 2A 1E 0 33 DF 1A 27
Octal 111 130 175 52 36 0 63 337 32 47
Binary 1001001 1011000 1111101 101010 11110 0 110011 11011111 11010 100111

Color Harmonies of #49587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49587D

Black with #49587D

Text Example


Text Example

White with #49587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49587D; }

 p { color: rgb(73,88,125); }

 H1.HeaderClassName
 {
   color: #49587D;
 }
 .AnyTagClassName
 {
   color: #49587D;
 }
</style>

background-color css

<style>
 a { background-color: #49587D; }

 a { background-color: rgb(73,88,125); }

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

border-color css

<style>
 span { border-color: #49587D; }

 span { border-color: rgb(73,88,125); }

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