#415A7B

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

Shades of Chambray #415A7B

Tints of Chambray #415A7B

Color information

#415A7B (or 0x415A7B) is unknown color: approx Chambray. HEX triplet: 41, 5A and 7B. RGB value is (65,90,123). Sum of RGB (Red+Green+Blue) = 65+90+123=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #415A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A7B is #BEA584. Grayscale: #565656. Windows color (decimal): -12494213 or 8084033. OLE color: 8084033.

HSL color Cylindrical-coordinate representation of color #415A7B: hue angle of 214.14º degrees, saturation: 0.31, 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 #415A7B is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6590123-
CMYK0.470.2700.52
HSL214.14º30.85%36.86%-
HSV(B)214.14º47.15%48.24%-
XYZ9.419.8720.15-
YUV86.29148.72112.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=23.38%
G=32.37%
B=44.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65901230.470.2700.52214.1430.8536.86
Hex415A7B2F1B034d61f25
Octal10113217357330643263745
Binary1000001101101011110111011111101101101001101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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