#415978

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

Shades of Chambray #415978

Tints of Chambray #415978

Color information

#415978 (or 0x415978) is unknown color: approx Chambray. HEX triplet: 41, 59 and 78. RGB value is (65,89,120). Sum of RGB (Red+Green+Blue) = 65+89+120=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #415978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415978 is #BEA687. Grayscale: #555555. Windows color (decimal): -12494472 or 7887169. OLE color: 7887169.

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

Color convert

RGB6589120-
CMYK0.460.2600.53
HSL213.82º29.73%36.27%-
HSV(B)213.82º45.83%47.06%-
XYZ9.149.6219.15-
YUV85.36147.55113.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=23.72%
G=32.48%
B=43.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65891200.460.2600.53213.8229.7336.27
Hex4159782E1A035d61e24
Octal10113117056320653263644
Binary1000001101100111110001011101101001101011101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415978; }

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

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

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

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

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

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

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

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