Html Css Color HEX #424A8B Tory Blue

📋 copy color: '#424A8B'

red 66 ◦ green 74 ◦ blue 139

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

Shades of Tory Blue #424A8B

Tints of Tory Blue #424A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 23.66%
G = 26.52%
B = 49.82%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#424A8B (or 0x424A8B) is known color: Tory Blue. HEX triplet: 42, 4A and 8B. RGB value is (66,74,139). Sum of RGB (Red+Green+Blue) = 66+74+139=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #424A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A8B is #BDB574. Grayscale: #4E4E4E. Windows color (decimal): -12432757 or 9128514. OLE color: 9128514.

HSL color Cylindrical-coordinate representation of color #424A8B: hue angle of 233.42º 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 #424A8B is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 74 139 -
CMYK 0.53 0.47 0 0.45
HSL 233.42º 0.36% 0.4% -
HSV(B) 233.42º 0.53% 0.55% -
XYZ 9.36 7.92 25.46 -
YUV 79.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 66 74 139 0.53 0.47 0 0.45 233.42 0.36 0.4
Hex 42 4A 8B 35 2F 0 2D E9 24 28
Octal 102 112 213 65 57 0 55 351 44 50
Binary 1000010 1001010 10001011 110101 101111 0 101101 11101001 100100 101000

Color Harmonies of #424A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A8B

Black with #424A8B

Text Example


Text Example

White with #424A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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