#456082

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

Shades of Chambray #456082

Tints of Chambray #456082

Color information

#456082 (or 0x456082) is unknown color: approx Chambray. HEX triplet: 45, 60 and 82. RGB value is (69,96,130). Sum of RGB (Red+Green+Blue) = 69+96+130=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #456082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456082 is #BA9F7D. Grayscale: #5B5B5B. Windows color (decimal): -12230526 or 8544325. OLE color: 8544325.

HSL color Cylindrical-coordinate representation of color #456082: hue angle of 213.44º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456082 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6996130-
CMYK0.470.2600.49
HSL213.44º30.65%39.02%-
HSV(B)213.44º46.92%50.98%-
XYZ10.6711.2422.73-
YUV91.8149.55111.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=23.39%
G=32.54%
B=44.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69961300.470.2600.49213.4430.6539.02
Hex4560822F1A031d51f27
Octal10514020257320613253747
Binary10001011100000100000101011111101001100011101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456082; }

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

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

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

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

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

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

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

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