Html Css Color HEX #424D8E Tory Blue

📋 copy color: '#424D8E'

red 66 ◦ green 77 ◦ blue 142

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

Shades of Tory Blue #424D8E

Tints of Tory Blue #424D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 23.16%
G = 27.02%
B = 49.82%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#424D8E (or 0x424D8E) is known color: Tory Blue. HEX triplet: 42, 4D and 8E. RGB value is (66,77,142). Sum of RGB (Red+Green+Blue) = 66+77+142=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #424D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D8E is #BDB271. Grayscale: #505050. Windows color (decimal): -12431986 or 9325890. OLE color: 9325890.

HSL color Cylindrical-coordinate representation of color #424D8E: hue angle of 231.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424D8E is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 77 142 -
CMYK 0.54 0.46 0 0.44
HSL 231.32º 0.37% 0.41% -
HSV(B) 231.32º 0.54% 0.56% -
XYZ 9.78 8.42 26.7 -
YUV 81.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 66 77 142 0.54 0.46 0 0.44 231.32 0.37 0.41
Hex 42 4D 8E 36 2E 0 2C E7 25 29
Octal 102 115 216 66 56 0 54 347 45 51
Binary 1000010 1001101 10001110 110110 101110 0 101100 11100111 100101 101001

Color Harmonies of #424D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D8E

Black with #424D8E

Text Example


Text Example

White with #424D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,142); }

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

background-color css

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

 a { background-color: rgb(66,77,142); }

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

border-color css

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

 span { border-color: rgb(66,77,142); }

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