#465885

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

Shades of Chambray #465885

Tints of Chambray #465885

Color information

#465885 (or 0x465885) is unknown color: approx Chambray. HEX triplet: 46, 58 and 85. RGB value is (70,88,133). Sum of RGB (Red+Green+Blue) = 70+88+133=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #465885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465885 is #B9A77A. Grayscale: #575757. Windows color (decimal): -12167035 or 8738886. OLE color: 8738886.

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

Color convert

RGB7088133-
CMYK0.470.3400.48
HSL222.86º31.03%39.8%-
HSV(B)222.86º47.37%52.16%-
XYZ10.259.9723.58-
YUV87.75153.54115.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=24.05%
G=30.24%
B=45.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70881330.470.3400.48222.8631.0339.8
Hex4658852F22030df1f28
Octal10613020557420603373750
Binary100011010110001000010110111110001001100001101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465885; }

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

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

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

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

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

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

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

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