#415674

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

Shades of Chambray #415674

Tints of Chambray #415674

Color information

#415674 (or 0x415674) is unknown color: approx Chambray. HEX triplet: 41, 56 and 74. RGB value is (65,86,116). Sum of RGB (Red+Green+Blue) = 65+86+116=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #415674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415674 is #BEA98B. Grayscale: #535353. Windows color (decimal): -12495244 or 7624257. OLE color: 7624257.

HSL color Cylindrical-coordinate representation of color #415674: hue angle of 215.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415674 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6586116-
CMYK0.440.2600.55
HSL215.29º28.18%35.49%-
HSV(B)215.29º43.97%45.49%-
XYZ8.669.0417.81-
YUV83.14146.54115.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=24.34%
G=32.21%
B=43.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65861160.440.2600.55215.2928.1835.49
Hex4156742C1A037d71c23
Octal10112616454320673273443
Binary1000001101011011101001011001101001101111101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415674; }

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

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

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

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

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

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

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

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