#415471

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

Shades of Chambray #415471

Tints of Chambray #415471

Color information

#415471 (or 0x415471) is unknown color: approx Chambray. HEX triplet: 41, 54 and 71. RGB value is (65,84,113). Sum of RGB (Red+Green+Blue) = 65+84+113=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #415471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415471 is #BEAB8E. Grayscale: #515151. Windows color (decimal): -12495759 or 7427137. OLE color: 7427137.

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

Color convert

RGB6584113-
CMYK0.420.2600.56
HSL216.25º26.97%34.9%-
HSV(B)216.25º42.48%44.31%-
XYZ8.338.6616.85-
YUV81.62145.71116.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=24.81%
G=32.06%
B=43.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65841130.420.2600.56216.2526.9734.9
Hex4154712A1A038d81b23
Octal10112416152320703303343
Binary1000001101010011100011010101101001110001101100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415471; }

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

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

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

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

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

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

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

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