#465F74

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

Shades of Chambray #465F74

Tints of Chambray #465F74

Color information

#465F74 (or 0x465F74) is unknown color: approx Chambray. HEX triplet: 46, 5F and 74. RGB value is (70,95,116). Sum of RGB (Red+Green+Blue) = 70+95+116=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #465F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F74 is #B9A08B. Grayscale: #595959. Windows color (decimal): -12165260 or 7626566. OLE color: 7626566.

HSL color Cylindrical-coordinate representation of color #465F74: hue angle of 207.39º 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 #465F74 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7095116-
CMYK0.400.1800.55
HSL207.39º24.73%36.47%-
HSV(B)207.39º39.66%45.49%-
XYZ9.7710.7518.08-
YUV89.92142.72113.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=24.91%
G=33.81%
B=41.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70951160.400.1800.55207.3924.7336.47
Hex465F742812037cf1924
Octal10613716450220673173144
Binary1000110101111111101001010001001001101111100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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