#414F8C

Color #414F8C Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #414F8C

Tints of Tory Blue #414F8C

Color information

#414F8C (or 0x414F8C) is unknown color: approx Tory Blue. HEX triplet: 41, 4F and 8C. RGB value is (65,79,140). Sum of RGB (Red+Green+Blue) = 65+79+140=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #414F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F8C is #BEB073. Grayscale: #515151. Windows color (decimal): -12497012 or 9195329. OLE color: 9195329.

HSL color Cylindrical-coordinate representation of color #414F8C: hue angle of 228.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #414F8C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6579140-
CMYK0.540.4400.45
HSL228.8º36.59%40.2%-
HSV(B)228.8º53.57%54.9%-
XYZ9.718.6125.96-
YUV81.77160.86116.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=22.89%
G=27.82%
B=49.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65791400.540.4400.45228.836.5940.2
Hex414F8C362C02De52528
Octal10111721466540553454550
Binary1000001100111110001100110110101100010110111100101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F8C; }

 p { color: rgb(65,79,140); }

 H1.HeaderClassName
 {
   color: #414F8C;
 }
 .AnyTagClassName
 {
   color: #414F8C;
 }
</style>
background-color css

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

 a { background-color: rgb(65,79,140); }

 div.DivClassName
 {
   background-color: #414F8C;
 }
 .BgClassName
 {
   background-color: #414F8C;
 }
</style>
border-color css

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

 span { border-color: rgb(65,79,140); }

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