#455C7C

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

Shades of Chambray #455C7C

Tints of Chambray #455C7C

Color information

#455C7C (or 0x455C7C) is unknown color: approx Chambray. HEX triplet: 45, 5C and 7C. RGB value is (69,92,124). Sum of RGB (Red+Green+Blue) = 69+92+124=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #455C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C7C is #BAA383. Grayscale: #585858. Windows color (decimal): -12231556 or 8150085. OLE color: 8150085.

HSL color Cylindrical-coordinate representation of color #455C7C: hue angle of 214.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #455C7C is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6992124-
CMYK0.440.2600.51
HSL214.91º28.5%37.84%-
HSV(B)214.91º44.35%48.63%-
XYZ9.9210.3720.55-
YUV88.77147.88113.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=24.21%
G=32.28%
B=43.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69921240.440.2600.51214.9128.537.84
Hex455C7C2C1A033d71c26
Octal10513417454320633273446
Binary1000101101110011111001011001101001100111101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C7C; }

 p { color: rgb(69,92,124); }

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

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

 a { background-color: rgb(69,92,124); }

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

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

 span { border-color: rgb(69,92,124); }

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