Html Css Color HEX #465484 Tory Blue

📋 copy color: '#465484'

red 70 ◦ green 84 ◦ blue 132

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

Shades of Tory Blue #465484

Tints of Tory Blue #465484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 24.48%
G = 29.37%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465484 (or 0x465484) is known color: Tory Blue. HEX triplet: 46, 54 and 84. RGB value is (70,84,132). Sum of RGB (Red+Green+Blue) = 70+84+132=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #465484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465484 is #B9AB7B. Grayscale: #555555. Windows color (decimal): -12168060 or 8672326. OLE color: 8672326.

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

Color convert

RGB 70 84 132 -
CMYK 0.47 0.36 0 0.48
HSL 226.45º 0.31% 0.4% -
HSV(B) 226.45º 0.47% 0.52% -
XYZ 9.86 9.31 23.11 -
YUV 85.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 70 84 132 0.47 0.36 0 0.48 226.45 0.31 0.4
Hex 46 54 84 2F 24 0 30 E2 1F 28
Octal 106 124 204 57 44 0 60 342 37 50
Binary 1000110 1010100 10000100 101111 100100 0 110000 11100010 11111 101000

Color Harmonies of #465484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465484

Black with #465484

Text Example


Text Example

White with #465484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465484; }

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

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

background-color css

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

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

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

border-color css

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

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

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