Html Css Color HEX #424F8D Tory Blue

📋 copy color: '#424F8D'

red 66 ◦ green 79 ◦ blue 141

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

Shades of Tory Blue #424F8D

Tints of Tory Blue #424F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 23.08%
G = 27.62%
B = 49.3%

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

#424F8D (or 0x424F8D) is known color: Tory Blue. HEX triplet: 42, 4F and 8D. RGB value is (66,79,141). Sum of RGB (Red+Green+Blue) = 66+79+141=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #424F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F8D is #BDB072. Grayscale: #515151. Windows color (decimal): -12431475 or 9260866. OLE color: 9260866.

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

Color convert

RGB 66 79 141 -
CMYK 0.53 0.44 0 0.45
HSL 229.6º 0.36% 0.41% -
HSV(B) 229.6º 0.53% 0.55% -
XYZ 9.85 8.67 26.35 -
YUV 82.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 66 79 141 0.53 0.44 0 0.45 229.6 0.36 0.41
Hex 42 4F 8D 35 2C 0 2D E6 24 29
Octal 102 117 215 65 54 0 55 346 44 51
Binary 1000010 1001111 10001101 110101 101100 0 101101 11100110 100100 101001

Color Harmonies of #424F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F8D

Black with #424F8D

Text Example


Text Example

White with #424F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,141); }

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

background-color css

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

 a { background-color: rgb(66,79,141); }

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

border-color css

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

 span { border-color: rgb(66,79,141); }

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