#415677

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

Shades of Chambray #415677

Tints of Chambray #415677

Color information

#415677 (or 0x415677) is unknown color: approx Chambray. HEX triplet: 41, 56 and 77. RGB value is (65,86,119). Sum of RGB (Red+Green+Blue) = 65+86+119=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #415677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415677 is #BEA988. Grayscale: #535353. Windows color (decimal): -12495241 or 7820865. OLE color: 7820865.

HSL color Cylindrical-coordinate representation of color #415677: hue angle of 216.67º 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 #415677 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6586119-
CMYK0.450.2800.53
HSL216.67º29.35%36.08%-
HSV(B)216.67º45.38%46.67%-
XYZ8.849.1118.75-
YUV83.48148.04114.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=24.07%
G=31.85%
B=44.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65861190.450.2800.53216.6729.3536.08
Hex4156772D1C035d91d24
Octal10112616755340653313544
Binary1000001101011011101111011011110001101011101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415677; }

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

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

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

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

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

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

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

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