Html Css Color HEX #424F8C Tory Blue

📋 copy color: '#424F8C'

red 66 ◦ green 79 ◦ blue 140

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

Shades of Tory Blue #424F8C

Tints of Tory Blue #424F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.12%

R = 23.16%
G = 27.72%
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

#424F8C (or 0x424F8C) is known color: Tory Blue. HEX triplet: 42, 4F and 8C. RGB value is (66,79,140). Sum of RGB (Red+Green+Blue) = 66+79+140=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #424F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F8C is #BDB073. Grayscale: #515151. Windows color (decimal): -12431476 or 9195330. OLE color: 9195330.

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

Color convert

RGB 66 79 140 -
CMYK 0.53 0.44 0 0.45
HSL 229.46º 0.36% 0.4% -
HSV(B) 229.46º 0.53% 0.55% -
XYZ 9.78 8.64 25.96 -
YUV 82.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 66 79 140 0.53 0.44 0 0.45 229.46 0.36 0.4
Hex 42 4F 8C 35 2C 0 2D E5 24 28
Octal 102 117 214 65 54 0 55 345 44 50
Binary 1000010 1001111 10001100 110101 101100 0 101101 11100101 100100 101000

Color Harmonies of #424F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F8C

Black with #424F8C

Text Example


Text Example

White with #424F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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