#424F84

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

Shades of Tory Blue #424F84

Tints of Tory Blue #424F84

Color information

#424F84 (or 0x424F84) is unknown color: approx Tory Blue. HEX triplet: 42, 4F and 84. RGB value is (66,79,132). Sum of RGB (Red+Green+Blue) = 66+79+132=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #424F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F84 is #BDB07B. Grayscale: #505050. Windows color (decimal): -12431484 or 8671042. OLE color: 8671042.

HSL color Cylindrical-coordinate representation of color #424F84: hue angle of 228.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424F84 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6679132-
CMYK0.50.4000.48
HSL228.18º33.33%38.82%-
HSV(B)228.18º50%51.76%-
XYZ9.218.4222.97-
YUV81.16156.69117.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=23.83%
G=28.52%
B=47.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66791320.50.4000.48228.1833.3338.82
Hex424F843228030e42127
Octal10211720462500603444147
Binary1000010100111110000100110010101000011000011100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F84; }

 p { color: rgb(66,79,132); }

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

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

 a { background-color: rgb(66,79,132); }

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

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

 span { border-color: rgb(66,79,132); }

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