#415977

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

Shades of Chambray #415977

Tints of Chambray #415977

Color information

#415977 (or 0x415977) is unknown color: approx Chambray. HEX triplet: 41, 59 and 77. RGB value is (65,89,119). Sum of RGB (Red+Green+Blue) = 65+89+119=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #415977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415977 is #BEA688. Grayscale: #555555. Windows color (decimal): -12494473 or 7821633. OLE color: 7821633.

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

Color convert

RGB6589119-
CMYK0.450.2500.53
HSL213.33º29.35%36.08%-
HSV(B)213.33º45.38%46.67%-
XYZ9.089.618.83-
YUV85.24147.05113.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=23.81%
G=32.60%
B=43.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65891190.450.2500.53213.3329.3536.08
Hex4159772D19035d51d24
Octal10113116755310653253544
Binary1000001101100111101111011011100101101011101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415977; }

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

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

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

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

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

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

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

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