#465D88

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

Shades of Chambray #465D88

Tints of Chambray #465D88

Color information

#465D88 (or 0x465D88) is unknown color: approx Chambray. HEX triplet: 46, 5D and 88. RGB value is (70,93,136). Sum of RGB (Red+Green+Blue) = 70+93+136=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #465D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D88 is #B9A277. Grayscale: #5A5A5A. Windows color (decimal): -12165752 or 8936774. OLE color: 8936774.

HSL color Cylindrical-coordinate representation of color #465D88: hue angle of 219.09º 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 #465D88 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7093136-
CMYK0.490.3200.47
HSL219.09º32.04%40.39%-
HSV(B)219.09º48.53%53.33%-
XYZ10.8810.9124.82-
YUV91.02153.38113-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=23.41%
G=31.10%
B=45.48%

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
Decimal70931360.490.3200.47219.0932.0440.39
Hex465D88312002Fdb2028
Octal10613521061400573334050
Binary1000110101110110001000110001100000010111111011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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