#415777

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

Shades of Chambray #415777

Tints of Chambray #415777

Color information

#415777 (or 0x415777) is unknown color: approx Chambray. HEX triplet: 41, 57 and 77. RGB value is (65,87,119). Sum of RGB (Red+Green+Blue) = 65+87+119=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #415777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415777 is #BEA888. Grayscale: #535353. Windows color (decimal): -12494985 or 7821121. OLE color: 7821121.

HSL color Cylindrical-coordinate representation of color #415777: hue angle of 215.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415777 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6587119-
CMYK0.450.2700.53
HSL215.56º29.35%36.08%-
HSV(B)215.56º45.38%46.67%-
XYZ8.929.2718.77-
YUV84.07147.71114.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=23.99%
G=32.10%
B=43.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65871190.450.2700.53215.5629.3536.08
Hex4157772D1B035d81d24
Octal10112716755330653303544
Binary1000001101011111101111011011101101101011101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415777; }

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

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

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

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

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

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

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

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