#415A77

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

Shades of Chambray #415A77

Tints of Chambray #415A77

Color information

#415A77 (or 0x415A77) is unknown color: approx Chambray. HEX triplet: 41, 5A and 77. RGB value is (65,90,119). Sum of RGB (Red+Green+Blue) = 65+90+119=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #415A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A77 is #BEA588. Grayscale: #555555. Windows color (decimal): -12494217 or 7821889. OLE color: 7821889.

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

Color convert

RGB6590119-
CMYK0.450.2400.53
HSL212.22º29.35%36.08%-
HSV(B)212.22º45.38%46.67%-
XYZ9.179.7718.86-
YUV85.83146.72113.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=23.72%
G=32.85%
B=43.43%

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
Decimal65901190.450.2400.53212.2229.3536.08
Hex415A772D18035d41d24
Octal10113216755300653243544
Binary1000001101101011101111011011100001101011101010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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