Html Css Color HEX #424E86 Tory Blue

📋 copy color: '#424E86'

red 66 ◦ green 78 ◦ blue 134

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

Shades of Tory Blue #424E86

Tints of Tory Blue #424E86

RGB

 RED value IS 66 (26.17% from 255) = 23.74%

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 23.74%
G = 28.06%
B = 48.2%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424E86 (or 0x424E86) is known color: Tory Blue. HEX triplet: 42, 4E and 86. RGB value is (66,78,134). Sum of RGB (Red+Green+Blue) = 66+78+134=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #424E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E86 is #BDB179. Grayscale: #505050. Windows color (decimal): -12431738 or 8801858. OLE color: 8801858.

HSL color Cylindrical-coordinate representation of color #424E86: hue angle of 229.41º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424E86 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 78 134 -
CMYK 0.51 0.42 0 0.47
HSL 229.41º 0.34% 0.39% -
HSV(B) 229.41º 0.51% 0.53% -
XYZ 9.27 8.33 23.67 -
YUV 80.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 66 78 134 0.51 0.42 0 0.47 229.41 0.34 0.39
Hex 42 4E 86 33 2A 0 2F E5 22 27
Octal 102 116 206 63 52 0 57 345 42 47
Binary 1000010 1001110 10000110 110011 101010 0 101111 11100101 100010 100111

Color Harmonies of #424E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E86

Black with #424E86

Text Example


Text Example

White with #424E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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