#415475

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

Shades of Chambray #415475

Tints of Chambray #415475

Color information

#415475 (or 0x415475) is unknown color: approx Chambray. HEX triplet: 41, 54 and 75. RGB value is (65,84,117). Sum of RGB (Red+Green+Blue) = 65+84+117=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #415475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415475 is #BEAB8A. Grayscale: #515151. Windows color (decimal): -12495755 or 7689281. OLE color: 7689281.

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

Color convert

RGB6584117-
CMYK0.440.2800.54
HSL218.08º28.57%35.69%-
HSV(B)218.08º44.44%45.88%-
XYZ8.568.7518.07-
YUV82.08147.71115.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=24.44%
G=31.58%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65841170.440.2800.54218.0828.5735.69
Hex4154752C1C036da1d24
Octal10112416554340663323544
Binary1000001101010011101011011001110001101101101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415475; }

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

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

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

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

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

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

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

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