#465B6F

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

Shades of Chambray #465B6F

Tints of Chambray #465B6F

Color information

#465B6F (or 0x465B6F) is unknown color: approx Chambray. HEX triplet: 46, 5B and 6F. RGB value is (70,91,111). Sum of RGB (Red+Green+Blue) = 70+91+111=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #465B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B6F is #B9A490. Grayscale: #565656. Windows color (decimal): -12166289 or 7297862. OLE color: 7297862.

HSL color Cylindrical-coordinate representation of color #465B6F: hue angle of 209.27º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465B6F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7091111-
CMYK0.370.1800.56
HSL209.27º22.65%35.49%-
HSV(B)209.27º36.94%43.53%-
XYZ9.149.9316.47-
YUV87141.54115.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=25.74%
G=33.46%
B=40.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70911110.370.1800.56209.2722.6535.49
Hex465B6F2512038d11723
Octal10613315745220703212743
Binary1000110101101111011111001011001001110001101000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B6F; }

 p { color: rgb(70,91,111); }

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

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

 a { background-color: rgb(70,91,111); }

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

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

 span { border-color: rgb(70,91,111); }

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