Html Css Color HEX #465285 Tory Blue

📋 copy color: '#465285'

red 70 ◦ green 82 ◦ blue 133

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

Shades of Tory Blue #465285

Tints of Tory Blue #465285

RGB

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

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

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

R = 24.56%
G = 28.77%
B = 46.67%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465285 (or 0x465285) is known color: Tory Blue. HEX triplet: 46, 52 and 85. RGB value is (70,82,133). Sum of RGB (Red+Green+Blue) = 70+82+133=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #465285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465285 is #B9AD7A. Grayscale: #545454. Windows color (decimal): -12168571 or 8737350. OLE color: 8737350.

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

Color convert

RGB 70 82 133 -
CMYK 0.47 0.38 0 0.48
HSL 228.57º 0.31% 0.4% -
HSV(B) 228.57º 0.47% 0.52% -
XYZ 9.78 9.03 23.42 -
YUV 84.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 70 82 133 0.47 0.38 0 0.48 228.57 0.31 0.4
Hex 46 52 85 2F 26 0 30 E5 1F 28
Octal 106 122 205 57 46 0 60 345 37 50
Binary 1000110 1010010 10000101 101111 100110 0 110000 11100101 11111 101000

Color Harmonies of #465285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465285

Black with #465285

Text Example


Text Example

White with #465285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465285; }

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

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

background-color css

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

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

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

border-color css

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

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

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