Html Css Color HEX #405483 Tory Blue

📋 copy color: '#405483'

red 64 ◦ green 84 ◦ blue 131

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

Shades of Tory Blue #405483

Tints of Tory Blue #405483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 22.94%
G = 30.11%
B = 46.95%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405483 (or 0x405483) is known color: Tory Blue. HEX triplet: 40, 54 and 83. RGB value is (64,84,131). Sum of RGB (Red+Green+Blue) = 64+84+131=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #405483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405483 is #BFAB7C. Grayscale: #535353. Windows color (decimal): -12561277 or 8606784. OLE color: 8606784.

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

Color convert

RGB 64 84 131 -
CMYK 0.51 0.36 0 0.49
HSL 222.09º 0.34% 0.38% -
HSV(B) 222.09º 0.51% 0.51% -
XYZ 9.38 9.07 22.73 -
YUV 83.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 64 84 131 0.51 0.36 0 0.49 222.09 0.34 0.38
Hex 40 54 83 33 24 0 31 DE 22 26
Octal 100 124 203 63 44 0 61 336 42 46
Binary 1000000 1010100 10000011 110011 100100 0 110001 11011110 100010 100110

Color Harmonies of #405483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405483

Black with #405483

Text Example


Text Example

White with #405483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405483; }

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

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

background-color css

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

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

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

border-color css

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

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

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