#445678

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

Shades of Chambray #445678

Tints of Chambray #445678

Color information

#445678 (or 0x445678) is unknown color: approx Chambray. HEX triplet: 44, 56 and 78. RGB value is (68,86,120). Sum of RGB (Red+Green+Blue) = 68+86+120=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #445678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445678 is #BBA987. Grayscale: #545454. Windows color (decimal): -12298632 or 7886404. OLE color: 7886404.

HSL color Cylindrical-coordinate representation of color #445678: hue angle of 219.23º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445678 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6886120-
CMYK0.430.2800.53
HSL219.23º27.66%36.86%-
HSV(B)219.23º43.33%47.06%-
XYZ9.19.2419.07-
YUV84.49148.04116.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=24.82%
G=31.39%
B=43.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68861200.430.2800.53219.2327.6636.86
Hex4456782B1C035db1c25
Octal10412617053340653333445
Binary1000100101011011110001010111110001101011101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445678; }

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

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

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

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

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

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

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

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