#465C74

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

Shades of Chambray #465C74

Tints of Chambray #465C74

Color information

#465C74 (or 0x465C74) is unknown color: approx Chambray. HEX triplet: 46, 5C and 74. RGB value is (70,92,116). Sum of RGB (Red+Green+Blue) = 70+92+116=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #465C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C74 is #B9A38B. Grayscale: #585858. Windows color (decimal): -12166028 or 7625798. OLE color: 7625798.

HSL color Cylindrical-coordinate representation of color #465C74: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465C74 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7092116-
CMYK0.400.2100.55
HSL211.3º24.73%36.47%-
HSV(B)211.3º39.66%45.49%-
XYZ9.5110.2217.99-
YUV88.16143.71115.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=25.18%
G=33.09%
B=41.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70921160.400.2100.55211.324.7336.47
Hex465C742815037d31924
Octal10613416450250673233144
Binary1000110101110011101001010001010101101111101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465C74; }

 p { color: rgb(70,92,116); }

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

<style>
 a { background-color: #465C74; }

 a { background-color: rgb(70,92,116); }

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

<style>
 span { border-color: #465C74; }

 span { border-color: rgb(70,92,116); }

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