Html Css Color HEX #465088 Tory Blue

📋 copy color: '#465088'

red 70 ◦ green 80 ◦ blue 136

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

Shades of Tory Blue #465088

Tints of Tory Blue #465088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 24.48%
G = 27.97%
B = 47.55%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465088 (or 0x465088) is known color: Tory Blue. HEX triplet: 46, 50 and 88. RGB value is (70,80,136). Sum of RGB (Red+Green+Blue) = 70+80+136=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #465088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465088 is #B9AF77. Grayscale: #535353. Windows color (decimal): -12169080 or 8933446. OLE color: 8933446.

HSL color Cylindrical-coordinate representation of color #465088: hue angle of 230.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465088 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 80 136 -
CMYK 0.49 0.41 0 0.47
HSL 230.91º 0.32% 0.4% -
HSV(B) 230.91º 0.49% 0.53% -
XYZ 9.84 8.82 24.48 -
YUV 83.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 70 80 136 0.49 0.41 0 0.47 230.91 0.32 0.4
Hex 46 50 88 31 29 0 2F E7 20 28
Octal 106 120 210 61 51 0 57 347 40 50
Binary 1000110 1010000 10001000 110001 101001 0 101111 11100111 100000 101000

Color Harmonies of #465088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465088

Black with #465088

Text Example


Text Example

White with #465088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465088; }

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

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

background-color css

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

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

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

border-color css

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

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

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