#44567A

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

Shades of Chambray #44567A

Tints of Chambray #44567A

Color information

#44567A (or 0x44567A) is unknown color: approx Chambray. HEX triplet: 44, 56 and 7A. RGB value is (68,86,122). Sum of RGB (Red+Green+Blue) = 68+86+122=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #44567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44567A is #BBA985. Grayscale: #545454. Windows color (decimal): -12298630 or 8017476. OLE color: 8017476.

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

Color convert

RGB6886122-
CMYK0.440.3000.52
HSL220º28.42%37.25%-
HSV(B)220º44.26%47.84%-
XYZ9.229.2919.72-
YUV84.72149.04116.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=24.64%
G=31.16%
B=44.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68861220.440.3000.5222028.4237.25
Hex44567A2C1E034dc1c25
Octal10412617254360643343445
Binary1000100101011011110101011001111001101001101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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