#455678

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

Shades of Chambray #455678

Tints of Chambray #455678

Color information

#455678 (or 0x455678) is unknown color: approx Chambray. HEX triplet: 45, 56 and 78. RGB value is (69,86,120). Sum of RGB (Red+Green+Blue) = 69+86+120=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #455678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455678 is #BAA987. Grayscale: #545454. Windows color (decimal): -12233096 or 7886405. OLE color: 7886405.

HSL color Cylindrical-coordinate representation of color #455678: hue angle of 220º degrees, saturation: 0.27, 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 #455678 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6986120-
CMYK0.420.2800.53
HSL220º26.98%37.06%-
HSV(B)220º42.5%47.06%-
XYZ9.179.2819.08-
YUV84.79147.87116.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=25.09%
G=31.27%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69861200.420.2800.5322026.9837.06
Hex4556782A1C035dc1b25
Octal10512617052340653343345
Binary1000101101011011110001010101110001101011101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455678; }

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

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

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

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

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

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

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

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