#465A7D

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

Shades of Chambray #465A7D

Tints of Chambray #465A7D

Color information

#465A7D (or 0x465A7D) is unknown color: approx Chambray. HEX triplet: 46, 5A and 7D. RGB value is (70,90,125). Sum of RGB (Red+Green+Blue) = 70+90+125=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #465A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A7D is #B9A582. Grayscale: #575757. Windows color (decimal): -12166531 or 8215110. OLE color: 8215110.

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

Color convert

RGB7090125-
CMYK0.440.2800.51
HSL218.18º28.21%38.24%-
HSV(B)218.18º44%49.02%-
XYZ9.8810.120.83-
YUV88.01148.87115.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=24.56%
G=31.58%
B=43.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70901250.440.2800.51218.1828.2138.24
Hex465A7D2C1C033da1c26
Octal10613217554340633323446
Binary1000110101101011111011011001110001100111101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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