#46547D

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

Shades of Chambray #46547D

Tints of Chambray #46547D

Color information

#46547D (or 0x46547D) is unknown color: approx Chambray. HEX triplet: 46, 54 and 7D. RGB value is (70,84,125). Sum of RGB (Red+Green+Blue) = 70+84+125=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #46547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46547D is #B9AB82. Grayscale: #545454. Windows color (decimal): -12168067 or 8213574. OLE color: 8213574.

HSL color Cylindrical-coordinate representation of color #46547D: hue angle of 224.73º 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 #46547D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7084125-
CMYK0.440.3300.51
HSL224.73º28.21%38.24%-
HSV(B)224.73º44%49.02%-
XYZ9.49.1220.67-
YUV84.49150.86117.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=25.09%
G=30.11%
B=44.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70841250.440.3300.51224.7328.2138.24
Hex46547D2C21033e11c26
Octal10612417554410633413446
Binary10001101010100111110110110010000101100111110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46547D; }

 p { color: rgb(70,84,125); }

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

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

 a { background-color: rgb(70,84,125); }

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

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

 span { border-color: rgb(70,84,125); }

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