#465C88

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

Shades of Chambray #465C88

Tints of Chambray #465C88

Color information

#465C88 (or 0x465C88) is unknown color: approx Chambray. HEX triplet: 46, 5C and 88. RGB value is (70,92,136). Sum of RGB (Red+Green+Blue) = 70+92+136=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #465C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C88 is #B9A377. Grayscale: #5A5A5A. Windows color (decimal): -12166008 or 8936518. OLE color: 8936518.

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

Color convert

RGB7092136-
CMYK0.490.3200.47
HSL220º32.04%40.39%-
HSV(B)220º48.53%53.33%-
XYZ10.810.7324.8-
YUV90.44153.71113.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=23.49%
G=30.87%
B=45.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70921360.490.3200.4722032.0440.39
Hex465C88312002Fdc2028
Octal10613421061400573344050
Binary1000110101110010001000110001100000010111111011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,136); }

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

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

 a { background-color: rgb(70,92,136); }

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

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

 span { border-color: rgb(70,92,136); }

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