Html Css Color HEX #465B71 Chambray

📋 copy color: '#465B71'

red 70 ◦ green 91 ◦ blue 113

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

Shades of Chambray #465B71

Tints of Chambray #465B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

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

R = 25.55%
G = 33.21%
B = 41.24%

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

#465B71 (or 0x465B71) is known color: Chambray. HEX triplet: 46, 5B and 71. RGB value is (70,91,113). Sum of RGB (Red+Green+Blue) = 70+91+113=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #465B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B71 is #B9A48E. Grayscale: #575757. Windows color (decimal): -12166287 or 7428934. OLE color: 7428934.

HSL color Cylindrical-coordinate representation of color #465B71: hue angle of 210.7º 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 #465B71 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 91 113 -
CMYK 0.38 0.19 0 0.56
HSL 210.7º 0.23% 0.36% -
HSV(B) 210.7º 0.38% 0.44% -
XYZ 9.25 9.98 17.06 -
YUV 87.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 70 91 113 0.38 0.19 0 0.56 210.7 0.23 0.36
Hex 46 5B 71 26 13 0 38 D3 17 24
Octal 106 133 161 46 23 0 70 323 27 44
Binary 1000110 1011011 1110001 100110 10011 0 111000 11010011 10111 100100

Color Harmonies of #465B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B71

Black with #465B71

Text Example


Text Example

White with #465B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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