Html Css Color HEX #405083 Tory Blue

📋 copy color: '#405083'

red 64 ◦ green 80 ◦ blue 131

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

Shades of Tory Blue #405083

Tints of Tory Blue #405083

RGB

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

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

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

R = 23.27%
G = 29.09%
B = 47.64%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405083 (or 0x405083) is known color: Tory Blue. HEX triplet: 40, 50 and 83. RGB value is (64,80,131). Sum of RGB (Red+Green+Blue) = 64+80+131=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #405083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405083 is #BFAF7C. Grayscale: #505050. Windows color (decimal): -12562301 or 8605760. OLE color: 8605760.

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

Color convert

RGB 64 80 131 -
CMYK 0.51 0.39 0 0.49
HSL 225.67º 0.34% 0.38% -
HSV(B) 225.67º 0.51% 0.51% -
XYZ 9.08 8.47 22.63 -
YUV 81.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 64 80 131 0.51 0.39 0 0.49 225.67 0.34 0.38
Hex 40 50 83 33 27 0 31 E2 22 26
Octal 100 120 203 63 47 0 61 342 42 46
Binary 1000000 1010000 10000011 110011 100111 0 110001 11100010 100010 100110

Color Harmonies of #405083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405083

Black with #405083

Text Example


Text Example

White with #405083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405083; }

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

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

background-color css

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

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

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

border-color css

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

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

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