#415B7B

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

Shades of Chambray #415B7B

Tints of Chambray #415B7B

Color information

#415B7B (or 0x415B7B) is unknown color: approx Chambray. HEX triplet: 41, 5B and 7B. RGB value is (65,91,123). Sum of RGB (Red+Green+Blue) = 65+91+123=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #415B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B7B is #BEA484. Grayscale: #565656. Windows color (decimal): -12493957 or 8084289. OLE color: 8084289.

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

Color convert

RGB6591123-
CMYK0.470.2600.52
HSL213.1º30.85%36.86%-
HSV(B)213.1º47.15%48.24%-
XYZ9.510.0420.18-
YUV86.87148.39112.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=23.30%
G=32.62%
B=44.09%

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
Decimal65911230.470.2600.52213.130.8536.86
Hex415B7B2F1A034d51f25
Octal10113317357320643253745
Binary1000001101101111110111011111101001101001101010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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