Html Css Color HEX #465087 Tory Blue

📋 copy color: '#465087'

red 70 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #465087

Tints of Tory Blue #465087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 24.56%
G = 28.07%
B = 47.37%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465087 (or 0x465087) is known color: Tory Blue. HEX triplet: 46, 50 and 87. RGB value is (70,80,135). Sum of RGB (Red+Green+Blue) = 70+80+135=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #465087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465087 is #B9AF78. Grayscale: #535353. Windows color (decimal): -12169081 or 8867910. OLE color: 8867910.

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

Color convert

RGB 70 80 135 -
CMYK 0.48 0.41 0 0.47
HSL 230.77º 0.32% 0.4% -
HSV(B) 230.77º 0.48% 0.53% -
XYZ 9.77 8.79 24.1 -
YUV 83.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 70 80 135 0.48 0.41 0 0.47 230.77 0.32 0.4
Hex 46 50 87 30 29 0 2F E7 20 28
Octal 106 120 207 60 51 0 57 347 40 50
Binary 1000110 1010000 10000111 110000 101001 0 101111 11100111 100000 101000

Color Harmonies of #465087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465087

Black with #465087

Text Example


Text Example

White with #465087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465087; }

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

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

background-color css

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

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

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

border-color css

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

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

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