#415B77

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

Shades of Chambray #415B77

Tints of Chambray #415B77

Color information

#415B77 (or 0x415B77) is unknown color: approx Chambray. HEX triplet: 41, 5B and 77. RGB value is (65,91,119). Sum of RGB (Red+Green+Blue) = 65+91+119=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #415B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B77 is #BEA488. Grayscale: #565656. Windows color (decimal): -12493961 or 7822145. OLE color: 7822145.

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

Color convert

RGB6591119-
CMYK0.450.2400.53
HSL211.11º29.35%36.08%-
HSV(B)211.11º45.38%46.67%-
XYZ9.259.9418.88-
YUV86.42146.39112.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=23.64%
G=33.09%
B=43.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65911190.450.2400.53211.1129.3536.08
Hex415B772D18035d31d24
Octal10113316755300653233544
Binary1000001101101111101111011011100001101011101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B77; }

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

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

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

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

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

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

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

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