Html Css Color HEX #465A71 Chambray

📋 copy color: '#465A71'

red 70 ◦ green 90 ◦ blue 113

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

Shades of Chambray #465A71

Tints of Chambray #465A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 25.64%
G = 32.97%
B = 41.39%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465A71 (or 0x465A71) is known color: Chambray. HEX triplet: 46, 5A and 71. RGB value is (70,90,113). Sum of RGB (Red+Green+Blue) = 70+90+113=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #465A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A71 is #B9A58E. Grayscale: #565656. Windows color (decimal): -12166543 or 7428678. OLE color: 7428678.

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

Color convert

RGB 70 90 113 -
CMYK 0.38 0.20 0 0.56
HSL 212.09º 0.23% 0.36% -
HSV(B) 212.09º 0.38% 0.44% -
XYZ 9.16 9.81 17.03 -
YUV 86.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 70 90 113 0.38 0.20 0 0.56 212.09 0.23 0.36
Hex 46 5A 71 26 14 0 38 D4 17 24
Octal 106 132 161 46 24 0 70 324 27 44
Binary 1000110 1011010 1110001 100110 10100 0 111000 11010100 10111 100100

Color Harmonies of #465A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A71

Black with #465A71

Text Example


Text Example

White with #465A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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