Html Css Color HEX #465986 Chambray

📋 copy color: '#465986'

red 70 ◦ green 89 ◦ blue 134

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

Shades of Chambray #465986

Tints of Chambray #465986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 23.89%
G = 30.38%
B = 45.73%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465986 (or 0x465986) is known color: Chambray. HEX triplet: 46, 59 and 86. RGB value is (70,89,134). Sum of RGB (Red+Green+Blue) = 70+89+134=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #465986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465986 is #B9A679. Grayscale: #585858. Windows color (decimal): -12166778 or 8804678. OLE color: 8804678.

HSL color Cylindrical-coordinate representation of color #465986: hue angle of 222.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465986 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 89 134 -
CMYK 0.48 0.34 0 0.47
HSL 222.19º 0.31% 0.4% -
HSV(B) 222.19º 0.48% 0.53% -
XYZ 10.4 10.17 23.97 -
YUV 88.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 70 89 134 0.48 0.34 0 0.47 222.19 0.31 0.4
Hex 46 59 86 30 22 0 2F DE 1F 28
Octal 106 131 206 60 42 0 57 336 37 50
Binary 1000110 1011001 10000110 110000 100010 0 101111 11011110 11111 101000

Color Harmonies of #465986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465986

Black with #465986

Text Example


Text Example

White with #465986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465986; }

 p { color: rgb(70,89,134); }

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

background-color css

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

 a { background-color: rgb(70,89,134); }

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

border-color css

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

 span { border-color: rgb(70,89,134); }

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