#415A7C

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

Shades of Chambray #415A7C

Tints of Chambray #415A7C

Color information

#415A7C (or 0x415A7C) is unknown color: approx Chambray. HEX triplet: 41, 5A and 7C. RGB value is (65,90,124). Sum of RGB (Red+Green+Blue) = 65+90+124=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #415A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A7C is #BEA583. Grayscale: #565656. Windows color (decimal): -12494212 or 8149569. OLE color: 8149569.

HSL color Cylindrical-coordinate representation of color #415A7C: hue angle of 214.58º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #415A7C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6590124-
CMYK0.480.2700.51
HSL214.58º31.22%37.06%-
HSV(B)214.58º47.58%48.63%-
XYZ9.479.8920.48-
YUV86.4149.22112.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=23.30%
G=32.26%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65901240.480.2700.51214.5831.2237.06
Hex415A7C301B033d71f25
Octal10113217460330633273745
Binary1000001101101011111001100001101101100111101011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415A7C; }

 p { color: rgb(65,90,124); }

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

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

 a { background-color: rgb(65,90,124); }

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

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

 span { border-color: rgb(65,90,124); }

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