#415974

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

Shades of Chambray #415974

Tints of Chambray #415974

Color information

#415974 (or 0x415974) is unknown color: approx Chambray. HEX triplet: 41, 59 and 74. RGB value is (65,89,116). Sum of RGB (Red+Green+Blue) = 65+89+116=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #415974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415974 is #BEA68B. Grayscale: #545454. Windows color (decimal): -12494476 or 7625025. OLE color: 7625025.

HSL color Cylindrical-coordinate representation of color #415974: hue angle of 211.76º 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 #415974 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6589116-
CMYK0.440.2300.55
HSL211.76º28.18%35.49%-
HSV(B)211.76º43.97%45.49%-
XYZ8.99.5317.89-
YUV84.9145.55113.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=24.07%
G=32.96%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65891160.440.2300.55211.7628.1835.49
Hex4159742C17037d41c23
Octal10113116454270673243443
Binary1000001101100111101001011001011101101111101010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415974; }

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

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

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

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

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

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

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

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