#415772

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

Shades of Chambray #415772

Tints of Chambray #415772

Color information

#415772 (or 0x415772) is unknown color: approx Chambray. HEX triplet: 41, 57 and 72. RGB value is (65,87,114). Sum of RGB (Red+Green+Blue) = 65+87+114=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #415772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415772 is #BEA88D. Grayscale: #535353. Windows color (decimal): -12494990 or 7493441. OLE color: 7493441.

HSL color Cylindrical-coordinate representation of color #415772: hue angle of 213.06º degrees, saturation: 0.27, 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 #415772 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6587114-
CMYK0.430.2400.55
HSL213.06º27.37%35.1%-
HSV(B)213.06º42.98%44.71%-
XYZ8.639.1617.23-
YUV83.5145.21114.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=24.44%
G=32.71%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65871140.430.2400.55213.0627.3735.1
Hex4157722B18037d51b23
Octal10112716253300673253343
Binary1000001101011111100101010111100001101111101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415772; }

 p { color: rgb(65,87,114); }

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

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

 a { background-color: rgb(65,87,114); }

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

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

 span { border-color: rgb(65,87,114); }

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