#465A85

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

Shades of Chambray #465A85

Tints of Chambray #465A85

Color information

#465A85 (or 0x465A85) is unknown color: approx Chambray. HEX triplet: 46, 5A and 85. RGB value is (70,90,133). Sum of RGB (Red+Green+Blue) = 70+90+133=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #465A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A85 is #B9A57A. Grayscale: #585858. Windows color (decimal): -12166523 or 8739398. OLE color: 8739398.

HSL color Cylindrical-coordinate representation of color #465A85: hue angle of 220.95º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465A85 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7090133-
CMYK0.470.3200.48
HSL220.95º31.03%39.8%-
HSV(B)220.95º47.37%52.16%-
XYZ10.4210.3123.63-
YUV88.92152.87114.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=23.89%
G=30.72%
B=45.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70901330.470.3200.48220.9531.0339.8
Hex465A852F20030dd1f28
Octal10613220557400603353750
Binary100011010110101000010110111110000001100001101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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