#46607E

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

Shades of Chambray #46607E

Tints of Chambray #46607E

Color information

#46607E (or 0x46607E) is unknown color: approx Chambray. HEX triplet: 46, 60 and 7E. RGB value is (70,96,126). Sum of RGB (Red+Green+Blue) = 70+96+126=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #46607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46607E is #B99F81. Grayscale: #5B5B5B. Windows color (decimal): -12164994 or 8282182. OLE color: 8282182.

HSL color Cylindrical-coordinate representation of color #46607E: hue angle of 212.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46607E is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7096126-
CMYK0.440.2400.51
HSL212.14º28.57%38.43%-
HSV(B)212.14º44.44%49.41%-
XYZ10.4711.1721.34-
YUV91.65147.39112.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=23.97%
G=32.88%
B=43.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70961260.440.2400.51212.1428.5738.43
Hex46607E2C18033d41d26
Octal10614017654300633243546
Binary1000110110000011111101011001100001100111101010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46607E; }

 p { color: rgb(70,96,126); }

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

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

 a { background-color: rgb(70,96,126); }

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

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

 span { border-color: rgb(70,96,126); }

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