#456080

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

Shades of Chambray #456080

Tints of Chambray #456080

Color information

#456080 (or 0x456080) is unknown color: approx Chambray. HEX triplet: 45, 60 and 80. RGB value is (69,96,128). Sum of RGB (Red+Green+Blue) = 69+96+128=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #456080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456080 is #BA9F7F. Grayscale: #5B5B5B. Windows color (decimal): -12230528 or 8413253. OLE color: 8413253.

HSL color Cylindrical-coordinate representation of color #456080: hue angle of 212.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456080 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6996128-
CMYK0.460.2500.50
HSL212.54º29.95%38.63%-
HSV(B)212.54º46.09%50.2%-
XYZ10.5311.1922.03-
YUV91.58148.55111.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=23.55%
G=32.76%
B=43.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69961280.460.2500.50212.5429.9538.63
Hex4560802E19032d51e27
Octal10514020056310623253647
Binary10001011100000100000001011101100101100101101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456080; }

 p { color: rgb(69,96,128); }

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

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

 a { background-color: rgb(69,96,128); }

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

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

 span { border-color: rgb(69,96,128); }

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