#424E83

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

Shades of Tory Blue #424E83

Tints of Tory Blue #424E83

Color information

#424E83 (or 0x424E83) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 83. RGB value is (66,78,131). Sum of RGB (Red+Green+Blue) = 66+78+131=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 78 (30.86% from 255 or 28.36% 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 #424E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E83 is #BDB17C. Grayscale: #505050. Windows color (decimal): -12431741 or 8605250. OLE color: 8605250.

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

Color convert

RGB6678131-
CMYK0.500.4000.49
HSL228.92º32.99%38.63%-
HSV(B)228.92º49.62%51.37%-
XYZ9.078.2522.59-
YUV80.45156.52117.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=24%
G=28.36%
B=47.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66781310.500.4000.49228.9232.9938.63
Hex424E833228031e52127
Octal10211620362500613454147
Binary1000010100111010000011110010101000011000111100101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,78,131); }

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

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

 a { background-color: rgb(66,78,131); }

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

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

 span { border-color: rgb(66,78,131); }

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