Html Css Color HEX #465D79 Chambray

📋 copy color: '#465D79'

red 70 ◦ green 93 ◦ blue 121

#465D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #465D79

Tints of Chambray #465D79

RGB

 RED value IS 70 (27.73% from 255) = 24.65%

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 24.65%
G = 32.75%
B = 42.61%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465D79 (or 0x465D79) is known color: Chambray. HEX triplet: 46, 5D and 79. RGB value is (70,93,121). Sum of RGB (Red+Green+Blue) = 70+93+121=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #465D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D79 is #B9A286. Grayscale: #595959. Windows color (decimal): -12165767 or 7953734. OLE color: 7953734.

HSL color Cylindrical-coordinate representation of color #465D79: hue angle of 212.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465D79 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 93 121 -
CMYK 0.42 0.23 0 0.53
HSL 212.94º 0.27% 0.37% -
HSV(B) 212.94º 0.42% 0.47% -
XYZ 9.89 10.51 19.6 -
YUV 89.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 70 93 121 0.42 0.23 0 0.53 212.94 0.27 0.37
Hex 46 5D 79 2A 17 0 35 D5 1B 25
Octal 106 135 171 52 27 0 65 325 33 45
Binary 1000110 1011101 1111001 101010 10111 0 110101 11010101 11011 100101

Color Harmonies of #465D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D79

Black with #465D79

Text Example


Text Example

White with #465D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,121); }

 H1.HeaderClassName
 {
   color: #465D79;
 }
 .AnyTagClassName
 {
   color: #465D79;
 }
</style>

background-color css

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

 a { background-color: rgb(70,93,121); }

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

border-color css

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

 span { border-color: rgb(70,93,121); }

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