Html Css Color HEX #424E8B Tory Blue

📋 copy color: '#424E8B'

red 66 ◦ green 78 ◦ blue 139

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

Shades of Tory Blue #424E8B

Tints of Tory Blue #424E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 23.32%
G = 27.56%
B = 49.12%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#424E8B (or 0x424E8B) is known color: Tory Blue. HEX triplet: 42, 4E and 8B. RGB value is (66,78,139). Sum of RGB (Red+Green+Blue) = 66+78+139=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #424E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E8B is #BDB174. Grayscale: #515151. Windows color (decimal): -12431733 or 9129538. OLE color: 9129538.

HSL color Cylindrical-coordinate representation of color #424E8B: hue angle of 230.14º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424E8B is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 78 139 -
CMYK 0.53 0.44 0 0.45
HSL 230.14º 0.36% 0.4% -
HSV(B) 230.14º 0.53% 0.55% -
XYZ 9.63 8.47 25.55 -
YUV 81.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 66 78 139 0.53 0.44 0 0.45 230.14 0.36 0.4
Hex 42 4E 8B 35 2C 0 2D E6 24 28
Octal 102 116 213 65 54 0 55 346 44 50
Binary 1000010 1001110 10001011 110101 101100 0 101101 11100110 100100 101000

Color Harmonies of #424E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E8B

Black with #424E8B

Text Example


Text Example

White with #424E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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