Html Css Color HEX #424E89 Tory Blue

📋 copy color: '#424E89'

red 66 ◦ green 78 ◦ blue 137

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

Shades of Tory Blue #424E89

Tints of Tory Blue #424E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 23.49%
G = 27.76%
B = 48.75%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#424E89 (or 0x424E89) is known color: Tory Blue. HEX triplet: 42, 4E and 89. RGB value is (66,78,137). Sum of RGB (Red+Green+Blue) = 66+78+137=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #424E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E89 is #BDB176. Grayscale: #505050. Windows color (decimal): -12431735 or 8998466. OLE color: 8998466.

HSL color Cylindrical-coordinate representation of color #424E89: hue angle of 229.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424E89 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 78 137 -
CMYK 0.52 0.43 0 0.46
HSL 229.86º 0.35% 0.4% -
HSV(B) 229.86º 0.52% 0.54% -
XYZ 9.49 8.41 24.79 -
YUV 81.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 66 78 137 0.52 0.43 0 0.46 229.86 0.35 0.4
Hex 42 4E 89 34 2B 0 2E E6 23 28
Octal 102 116 211 64 53 0 56 346 43 50
Binary 1000010 1001110 10001001 110100 101011 0 101110 11100110 100011 101000

Color Harmonies of #424E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E89

Black with #424E89

Text Example


Text Example

White with #424E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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