Html Css Color HEX #424C8E Tory Blue

📋 copy color: '#424C8E'

red 66 ◦ green 76 ◦ blue 142

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

Shades of Tory Blue #424C8E

Tints of Tory Blue #424C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

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

R = 23.24%
G = 26.76%
B = 50%

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

#424C8E (or 0x424C8E) is known color: Tory Blue. HEX triplet: 42, 4C and 8E. RGB value is (66,76,142). Sum of RGB (Red+Green+Blue) = 66+76+142=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #424C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C8E is #BDB371. Grayscale: #505050. Windows color (decimal): -12432242 or 9325634. OLE color: 9325634.

HSL color Cylindrical-coordinate representation of color #424C8E: hue angle of 232.11º 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 #424C8E is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 76 142 -
CMYK 0.54 0.46 0 0.44
HSL 232.11º 0.37% 0.41% -
HSV(B) 232.11º 0.54% 0.56% -
XYZ 9.71 8.28 26.68 -
YUV 80.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 66 76 142 0.54 0.46 0 0.44 232.11 0.37 0.41
Hex 42 4C 8E 36 2E 0 2C E8 25 29
Octal 102 114 216 66 56 0 54 350 45 51
Binary 1000010 1001100 10001110 110110 101110 0 101100 11101000 100101 101001

Color Harmonies of #424C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C8E

Black with #424C8E

Text Example


Text Example

White with #424C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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