Html Css Color HEX #465485 Tory Blue

📋 copy color: '#465485'

red 70 ◦ green 84 ◦ blue 133

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

Shades of Tory Blue #465485

Tints of Tory Blue #465485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 24.39%
G = 29.27%
B = 46.34%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465485 (or 0x465485) is known color: Tory Blue. HEX triplet: 46, 54 and 85. RGB value is (70,84,133). Sum of RGB (Red+Green+Blue) = 70+84+133=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #465485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465485 is #B9AB7A. Grayscale: #555555. Windows color (decimal): -12168059 or 8737862. OLE color: 8737862.

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

Color convert

RGB 70 84 133 -
CMYK 0.47 0.37 0 0.48
HSL 226.67º 0.31% 0.4% -
HSV(B) 226.67º 0.47% 0.52% -
XYZ 9.93 9.34 23.47 -
YUV 85.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 70 84 133 0.47 0.37 0 0.48 226.67 0.31 0.4
Hex 46 54 85 2F 25 0 30 E3 1F 28
Octal 106 124 205 57 45 0 60 343 37 50
Binary 1000110 1010100 10000101 101111 100101 0 110000 11100011 11111 101000

Color Harmonies of #465485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465485

Black with #465485

Text Example


Text Example

White with #465485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465485; }

 p { color: rgb(70,84,133); }

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

background-color css

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

 a { background-color: rgb(70,84,133); }

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

border-color css

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

 span { border-color: rgb(70,84,133); }

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