#415975

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

Shades of Chambray #415975

Tints of Chambray #415975

Color information

#415975 (or 0x415975) is unknown color: approx Chambray. HEX triplet: 41, 59 and 75. RGB value is (65,89,117). Sum of RGB (Red+Green+Blue) = 65+89+117=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #415975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415975 is #BEA68A. Grayscale: #545454. Windows color (decimal): -12494475 or 7690561. OLE color: 7690561.

HSL color Cylindrical-coordinate representation of color #415975: hue angle of 212.31º 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 #415975 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6589117-
CMYK0.440.2400.54
HSL212.31º28.57%35.69%-
HSV(B)212.31º44.44%45.88%-
XYZ8.969.5518.2-
YUV85.02146.05113.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=23.99%
G=32.84%
B=43.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65891170.440.2400.54212.3128.5735.69
Hex4159752C18036d41d24
Octal10113116554300663243544
Binary1000001101100111101011011001100001101101101010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415975; }

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

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

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

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

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

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

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

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