Html Css Color HEX #405683 Tory Blue

📋 copy color: '#405683'

red 64 ◦ green 86 ◦ blue 131

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

Shades of Tory Blue #405683

Tints of Tory Blue #405683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 22.78%
G = 30.6%
B = 46.62%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405683 (or 0x405683) is known color: Tory Blue. HEX triplet: 40, 56 and 83. RGB value is (64,86,131). Sum of RGB (Red+Green+Blue) = 64+86+131=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #405683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405683 is #BFA97C. Grayscale: #545454. Windows color (decimal): -12560765 or 8607296. OLE color: 8607296.

HSL color Cylindrical-coordinate representation of color #405683: hue angle of 220.3º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405683 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 86 131 -
CMYK 0.51 0.34 0 0.49
HSL 220.3º 0.34% 0.38% -
HSV(B) 220.3º 0.51% 0.51% -
XYZ 9.54 9.38 22.78 -
YUV 84.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 64 86 131 0.51 0.34 0 0.49 220.3 0.34 0.38
Hex 40 56 83 33 22 0 31 DC 22 26
Octal 100 126 203 63 42 0 61 334 42 46
Binary 1000000 1010110 10000011 110011 100010 0 110001 11011100 100010 100110

Color Harmonies of #405683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405683

Black with #405683

Text Example


Text Example

White with #405683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405683; }

 p { color: rgb(64,86,131); }

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

background-color css

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

 a { background-color: rgb(64,86,131); }

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

border-color css

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

 span { border-color: rgb(64,86,131); }

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