Html Css Color HEX #414E8C Tory Blue

📋 copy color: '#414E8C'

red 65 ◦ green 78 ◦ blue 140

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

Shades of Tory Blue #414E8C

Tints of Tory Blue #414E8C

RGB

 RED value IS 65 (25.78% from 255) = 22.97%

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

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

R = 22.97%
G = 27.56%
B = 49.47%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#414E8C (or 0x414E8C) is known color: Tory Blue. HEX triplet: 41, 4E and 8C. RGB value is (65,78,140). Sum of RGB (Red+Green+Blue) = 65+78+140=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #414E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E8C is #BEB173. Grayscale: #505050. Windows color (decimal): -12497268 or 9195073. OLE color: 9195073.

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

Color convert

RGB 65 78 140 -
CMYK 0.54 0.44 0 0.45
HSL 229.6º 0.37% 0.4% -
HSV(B) 229.6º 0.54% 0.55% -
XYZ 9.64 8.47 25.94 -
YUV 81.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 65 78 140 0.54 0.44 0 0.45 229.6 0.37 0.4
Hex 41 4E 8C 36 2C 0 2D E6 25 28
Octal 101 116 214 66 54 0 55 346 45 50
Binary 1000001 1001110 10001100 110110 101100 0 101101 11100110 100101 101000

Color Harmonies of #414E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E8C

Black with #414E8C

Text Example


Text Example

White with #414E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414E8C; }

 p { color: rgb(65,78,140); }

 H1.HeaderClassName
 {
   color: #414E8C;
 }
 .AnyTagClassName
 {
   color: #414E8C;
 }
</style>

background-color css

<style>
 a { background-color: #414E8C; }

 a { background-color: rgb(65,78,140); }

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

border-color css

<style>
 span { border-color: #414E8C; }

 span { border-color: rgb(65,78,140); }

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