#44547A

Color #44547A Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #44547A

Tints of Chambray #44547A

Color information

#44547A (or 0x44547A) is unknown color: approx Chambray. HEX triplet: 44, 54 and 7A. RGB value is (68,84,122). Sum of RGB (Red+Green+Blue) = 68+84+122=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #44547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44547A is #BBAB85. Grayscale: #535353. Windows color (decimal): -12299142 or 8016964. OLE color: 8016964.

HSL color Cylindrical-coordinate representation of color #44547A: hue angle of 222.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44547A is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6884122-
CMYK0.440.3100.52
HSL222.22º28.42%37.25%-
HSV(B)222.22º44.26%47.84%-
XYZ9.078.9719.67-
YUV83.55149.7116.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=24.82%
G=30.66%
B=44.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68841220.440.3100.52222.2228.4237.25
Hex44547A2C1F034de1c25
Octal10412417254370643363445
Binary1000100101010011110101011001111101101001101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44547A; }

 p { color: rgb(68,84,122); }

 H1.HeaderClassName
 {
   color: #44547A;
 }
 .AnyTagClassName
 {
   color: #44547A;
 }
</style>
background-color css

<style>
 a { background-color: #44547A; }

 a { background-color: rgb(68,84,122); }

 div.DivClassName
 {
   background-color: #44547A;
 }
 .BgClassName
 {
   background-color: #44547A;
 }
</style>
border-color css

<style>
 span { border-color: #44547A; }

 span { border-color: rgb(68,84,122); }

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