Html Css Color HEX #465288 Tory Blue

📋 copy color: '#465288'

red 70 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #465288

Tints of Tory Blue #465288

RGB

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

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

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

R = 24.31%
G = 28.47%
B = 47.22%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465288 (or 0x465288) is known color: Tory Blue. HEX triplet: 46, 52 and 88. RGB value is (70,82,136). Sum of RGB (Red+Green+Blue) = 70+82+136=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #465288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465288 is #B9AD77. Grayscale: #545454. Windows color (decimal): -12168568 or 8933958. OLE color: 8933958.

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

Color convert

RGB 70 82 136 -
CMYK 0.49 0.40 0 0.47
HSL 229.09º 0.32% 0.4% -
HSV(B) 229.09º 0.49% 0.53% -
XYZ 9.99 9.11 24.53 -
YUV 84.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 70 82 136 0.49 0.40 0 0.47 229.09 0.32 0.4
Hex 46 52 88 31 28 0 2F E5 20 28
Octal 106 122 210 61 50 0 57 345 40 50
Binary 1000110 1010010 10001000 110001 101000 0 101111 11100101 100000 101000

Color Harmonies of #465288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465288

Black with #465288

Text Example


Text Example

White with #465288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465288; }

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

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

background-color css

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

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

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

border-color css

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

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

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