Html Css Color HEX #465287 Tory Blue

📋 copy color: '#465287'

red 70 ◦ green 82 ◦ blue 135

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

Shades of Tory Blue #465287

Tints of Tory Blue #465287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 24.39%
G = 28.57%
B = 47.04%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465287 (or 0x465287) is known color: Tory Blue. HEX triplet: 46, 52 and 87. RGB value is (70,82,135). Sum of RGB (Red+Green+Blue) = 70+82+135=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #465287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465287 is #B9AD78. Grayscale: #545454. Windows color (decimal): -12168569 or 8868422. OLE color: 8868422.

HSL color Cylindrical-coordinate representation of color #465287: hue angle of 228.92º degrees, saturation: 0.32, 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 #465287 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 82 135 -
CMYK 0.48 0.39 0 0.47
HSL 228.92º 0.32% 0.4% -
HSV(B) 228.92º 0.48% 0.53% -
XYZ 9.92 9.09 24.15 -
YUV 84.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 70 82 135 0.48 0.39 0 0.47 228.92 0.32 0.4
Hex 46 52 87 30 27 0 2F E5 20 28
Octal 106 122 207 60 47 0 57 345 40 50
Binary 1000110 1010010 10000111 110000 100111 0 101111 11100101 100000 101000

Color Harmonies of #465287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465287

Black with #465287

Text Example


Text Example

White with #465287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465287; }

 p { color: rgb(70,82,135); }

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

background-color css

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

 a { background-color: rgb(70,82,135); }

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

border-color css

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

 span { border-color: rgb(70,82,135); }

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