#415478

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

Shades of Chambray #415478

Tints of Chambray #415478

Color information

#415478 (or 0x415478) is unknown color: approx Chambray. HEX triplet: 41, 54 and 78. RGB value is (65,84,120). Sum of RGB (Red+Green+Blue) = 65+84+120=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #415478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415478 is #BEAB87. Grayscale: #525252. Windows color (decimal): -12495752 or 7885889. OLE color: 7885889.

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

Color convert

RGB6584120-
CMYK0.460.300.53
HSL219.27º29.73%36.27%-
HSV(B)219.27º45.83%47.06%-
XYZ8.748.8219.01-
YUV82.42149.21115.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=24.16%
G=31.23%
B=44.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65841200.460.300.53219.2729.7336.27
Hex4154782E1E035db1e24
Octal10112417056360653333644
Binary1000001101010011110001011101111001101011101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415478; }

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

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

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

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

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

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

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

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