#46567C

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

Shades of Chambray #46567C

Tints of Chambray #46567C

Color information

#46567C (or 0x46567C) is unknown color: approx Chambray. HEX triplet: 46, 56 and 7C. RGB value is (70,86,124). Sum of RGB (Red+Green+Blue) = 70+86+124=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #46567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46567C is #B9A983. Grayscale: #555555. Windows color (decimal): -12167556 or 8148550. OLE color: 8148550.

HSL color Cylindrical-coordinate representation of color #46567C: hue angle of 222.22º degrees, saturation: 0.28, 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 #46567C is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7086124-
CMYK0.440.3100.51
HSL222.22º27.84%38.04%-
HSV(B)222.22º43.55%48.63%-
XYZ9.499.4120.39-
YUV85.55149.7116.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=25%
G=30.71%
B=44.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70861240.440.3100.51222.2227.8438.04
Hex46567C2C1F033de1c26
Octal10612617454370633363446
Binary1000110101011011111001011001111101100111101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46567C; }

 p { color: rgb(70,86,124); }

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

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

 a { background-color: rgb(70,86,124); }

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

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

 span { border-color: rgb(70,86,124); }

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