#415578

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

Shades of Chambray #415578

Tints of Chambray #415578

Color information

#415578 (or 0x415578) is unknown color: approx Chambray. HEX triplet: 41, 55 and 78. RGB value is (65,85,120). Sum of RGB (Red+Green+Blue) = 65+85+120=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #415578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415578 is #BEAA87. Grayscale: #525252. Windows color (decimal): -12495496 or 7886145. OLE color: 7886145.

HSL color Cylindrical-coordinate representation of color #415578: hue angle of 218.18º 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 #415578 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6585120-
CMYK0.460.2900.53
HSL218.18º29.73%36.27%-
HSV(B)218.18º45.83%47.06%-
XYZ8.828.9819.04-
YUV83.01148.87115.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=24.07%
G=31.48%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65851200.460.2900.53218.1829.7336.27
Hex4155782E1D035da1e24
Octal10112517056350653323644
Binary1000001101010111110001011101110101101011101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415578; }

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

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

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

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

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

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

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

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