Html Css Color HEX #405198 Tory Blue

📋 copy color: '#405198'

red 64 ◦ green 81 ◦ blue 152

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

Shades of Tory Blue #405198

Tints of Tory Blue #405198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 21.55%
G = 27.27%
B = 51.18%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405198 (or 0x405198) is known color: Tory Blue. HEX triplet: 40, 51 and 98. RGB value is (64,81,152). Sum of RGB (Red+Green+Blue) = 64+81+152=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #405198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405198 is #BFAE67. Grayscale: #535353. Windows color (decimal): -12562024 or 9982272. OLE color: 9982272.

HSL color Cylindrical-coordinate representation of color #405198: hue angle of 228.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405198 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 81 152 -
CMYK 0.58 0.47 0 0.40
HSL 228.41º 0.41% 0.42% -
HSV(B) 228.41º 0.58% 0.6% -
XYZ 10.72 9.24 30.92 -
YUV 84.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 64 81 152 0.58 0.47 0 0.40 228.41 0.41 0.42
Hex 40 51 98 3A 2F 0 28 E4 29 2A
Octal 100 121 230 72 57 0 50 344 51 52
Binary 1000000 1010001 10011000 111010 101111 0 101000 11100100 101001 101010

Color Harmonies of #405198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405198

Black with #405198

Text Example


Text Example

White with #405198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405198; }

 p { color: rgb(64,81,152); }

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

background-color css

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

 a { background-color: rgb(64,81,152); }

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

border-color css

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

 span { border-color: rgb(64,81,152); }

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