#415476

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

Shades of Chambray #415476

Tints of Chambray #415476

Color information

#415476 (or 0x415476) is unknown color: approx Chambray. HEX triplet: 41, 54 and 76. RGB value is (65,84,118). Sum of RGB (Red+Green+Blue) = 65+84+118=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #415476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415476 is #BEAB89. Grayscale: #525252. Windows color (decimal): -12495754 or 7754817. OLE color: 7754817.

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

Color convert

RGB6584118-
CMYK0.450.2900.54
HSL218.49º28.96%35.88%-
HSV(B)218.49º44.92%46.27%-
XYZ8.628.7718.38-
YUV82.2148.21115.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=24.34%
G=31.46%
B=44.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65841180.450.2900.54218.4928.9635.88
Hex4154762D1D036da1d24
Octal10112416655350663323544
Binary1000001101010011101101011011110101101101101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415476; }

 p { color: rgb(65,84,118); }

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

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

 a { background-color: rgb(65,84,118); }

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

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

 span { border-color: rgb(65,84,118); }

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