#465A88

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

Shades of Chambray #465A88

Tints of Chambray #465A88

Color information

#465A88 (or 0x465A88) is unknown color: approx Chambray. HEX triplet: 46, 5A and 88. RGB value is (70,90,136). Sum of RGB (Red+Green+Blue) = 70+90+136=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #465A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A88 is #B9A577. Grayscale: #595959. Windows color (decimal): -12166520 or 8936006. OLE color: 8936006.

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

Color convert

RGB7090136-
CMYK0.490.3400.47
HSL221.82º32.04%40.39%-
HSV(B)221.82º48.53%53.33%-
XYZ10.6310.3924.74-
YUV89.26154.37114.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=23.65%
G=30.41%
B=45.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70901360.490.3400.47221.8232.0440.39
Hex465A88312202Fde2028
Octal10613221061420573364050
Binary1000110101101010001000110001100010010111111011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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