#455F7F

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

Shades of Chambray #455F7F

Tints of Chambray #455F7F

Color information

#455F7F (or 0x455F7F) is unknown color: approx Chambray. HEX triplet: 45, 5F and 7F. RGB value is (69,95,127). Sum of RGB (Red+Green+Blue) = 69+95+127=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #455F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F7F is #BAA080. Grayscale: #5A5A5A. Windows color (decimal): -12230785 or 8347461. OLE color: 8347461.

HSL color Cylindrical-coordinate representation of color #455F7F: hue angle of 213.1º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455F7F is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6995127-
CMYK0.460.2500.50
HSL213.1º29.59%38.43%-
HSV(B)213.1º45.67%49.8%-
XYZ10.3810.9821.65-
YUV90.87148.39112.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 127 (50% from 255) = 43.64%
R=23.71%
G=32.65%
B=43.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69951270.460.2500.50213.129.5938.43
Hex455F7F2E19032d51e26
Octal10513717756310623253646
Binary1000101101111111111111011101100101100101101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,127); }

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

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

 a { background-color: rgb(69,95,127); }

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

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

 span { border-color: rgb(69,95,127); }

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