Html Css Color HEX #465C71 Chambray

📋 copy color: '#465C71'

red 70 ◦ green 92 ◦ blue 113

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

Shades of Chambray #465C71

Tints of Chambray #465C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 25.45%
G = 33.45%
B = 41.09%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465C71 (or 0x465C71) is known color: Chambray. HEX triplet: 46, 5C and 71. RGB value is (70,92,113). Sum of RGB (Red+Green+Blue) = 70+92+113=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #465C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C71 is #B9A38E. Grayscale: #575757. Windows color (decimal): -12166031 or 7429190. OLE color: 7429190.

HSL color Cylindrical-coordinate representation of color #465C71: hue angle of 209.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465C71 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 92 113 -
CMYK 0.38 0.19 0 0.56
HSL 209.3º 0.23% 0.36% -
HSV(B) 209.3º 0.38% 0.44% -
XYZ 9.33 10.15 17.09 -
YUV 87.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 70 92 113 0.38 0.19 0 0.56 209.3 0.23 0.36
Hex 46 5C 71 26 13 0 38 D1 17 24
Octal 106 134 161 46 23 0 70 321 27 44
Binary 1000110 1011100 1110001 100110 10011 0 111000 11010001 10111 100100

Color Harmonies of #465C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C71

Black with #465C71

Text Example


Text Example

White with #465C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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