Html Css Color HEX #405886 Tory Blue

📋 copy color: '#405886'

red 64 ◦ green 88 ◦ blue 134

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

Shades of Tory Blue #405886

Tints of Tory Blue #405886

RGB

 RED value IS 64 (25.39% from 255) = 22.38%

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 22.38%
G = 30.77%
B = 46.85%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405886 (or 0x405886) is known color: Tory Blue. HEX triplet: 40, 58 and 86. RGB value is (64,88,134). Sum of RGB (Red+Green+Blue) = 64+88+134=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #405886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405886 is #BFA779. Grayscale: #555555. Windows color (decimal): -12560250 or 8804416. OLE color: 8804416.

HSL color Cylindrical-coordinate representation of color #405886: hue angle of 219.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405886 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 88 134 -
CMYK 0.52 0.34 0 0.47
HSL 219.43º 0.35% 0.39% -
HSV(B) 219.43º 0.52% 0.53% -
XYZ 9.91 9.79 23.92 -
YUV 86.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 64 88 134 0.52 0.34 0 0.47 219.43 0.35 0.39
Hex 40 58 86 34 22 0 2F DB 23 27
Octal 100 130 206 64 42 0 57 333 43 47
Binary 1000000 1011000 10000110 110100 100010 0 101111 11011011 100011 100111

Color Harmonies of #405886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405886

Black with #405886

Text Example


Text Example

White with #405886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405886; }

 p { color: rgb(64,88,134); }

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

background-color css

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

 a { background-color: rgb(64,88,134); }

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

border-color css

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

 span { border-color: rgb(64,88,134); }

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