#415A7A

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

Shades of Chambray #415A7A

Tints of Chambray #415A7A

Color information

#415A7A (or 0x415A7A) is unknown color: approx Chambray. HEX triplet: 41, 5A and 7A. RGB value is (65,90,122). Sum of RGB (Red+Green+Blue) = 65+90+122=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #415A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A7A is #BEA585. Grayscale: #565656. Windows color (decimal): -12494214 or 8018497. OLE color: 8018497.

HSL color Cylindrical-coordinate representation of color #415A7A: hue angle of 213.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415A7A is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6590122-
CMYK0.470.2600.52
HSL213.68º30.48%36.67%-
HSV(B)213.68º46.72%47.84%-
XYZ9.359.8419.82-
YUV86.17148.22112.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=23.47%
G=32.49%
B=44.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65901220.470.2600.52213.6830.4836.67
Hex415A7A2F1A034d61e25
Octal10113217257320643263645
Binary1000001101101011110101011111101001101001101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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