#415973

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

Shades of Chambray #415973

Tints of Chambray #415973

Color information

#415973 (or 0x415973) is unknown color: approx Chambray. HEX triplet: 41, 59 and 73. RGB value is (65,89,115). Sum of RGB (Red+Green+Blue) = 65+89+115=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #415973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415973 is #BEA68C. Grayscale: #545454. Windows color (decimal): -12494477 or 7559489. OLE color: 7559489.

HSL color Cylindrical-coordinate representation of color #415973: hue angle of 211.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415973 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6589115-
CMYK0.430.2300.55
HSL211.2º27.78%35.29%-
HSV(B)211.2º43.48%45.1%-
XYZ8.859.5117.59-
YUV84.79145.05113.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=24.16%
G=33.09%
B=42.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65891150.430.2300.55211.227.7835.29
Hex4159732B17037d31c23
Octal10113116353270673233443
Binary1000001101100111100111010111011101101111101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415973; }

 p { color: rgb(65,89,115); }

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

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

 a { background-color: rgb(65,89,115); }

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

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

 span { border-color: rgb(65,89,115); }

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