#455F7B

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

Shades of Chambray #455F7B

Tints of Chambray #455F7B

Color information

#455F7B (or 0x455F7B) is unknown color: approx Chambray. HEX triplet: 45, 5F and 7B. RGB value is (69,95,123). Sum of RGB (Red+Green+Blue) = 69+95+123=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #455F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F7B is #BAA084. Grayscale: #5A5A5A. Windows color (decimal): -12230789 or 8085317. OLE color: 8085317.

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

Color convert

RGB6995123-
CMYK0.440.2300.52
HSL211.11º28.12%37.65%-
HSV(B)211.11º43.9%48.24%-
XYZ10.1210.8820.31-
YUV90.42146.39112.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=24.04%
G=33.10%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69951230.440.2300.52211.1128.1237.65
Hex455F7B2C17034d31c26
Octal10513717354270643233446
Binary1000101101111111110111011001011101101001101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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