#465881

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

Shades of Chambray #465881

Tints of Chambray #465881

Color information

#465881 (or 0x465881) is unknown color: approx Chambray. HEX triplet: 46, 58 and 81. RGB value is (70,88,129). Sum of RGB (Red+Green+Blue) = 70+88+129=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #465881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465881 is #B9A77E. Grayscale: #575757. Windows color (decimal): -12167039 or 8476742. OLE color: 8476742.

HSL color Cylindrical-coordinate representation of color #465881: hue angle of 221.69º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465881 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7088129-
CMYK0.460.3200.49
HSL221.69º29.65%39.02%-
HSV(B)221.69º45.74%50.59%-
XYZ9.989.8722.15-
YUV87.29151.54115.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=24.39%
G=30.66%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70881290.460.3200.49221.6929.6539.02
Hex4658812E20031de1e27
Octal10613020156400613363647
Binary100011010110001000000110111010000001100011101111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465881; }

 p { color: rgb(70,88,129); }

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

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

 a { background-color: rgb(70,88,129); }

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

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

 span { border-color: rgb(70,88,129); }

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