Html Css Color HEX #414C8A Tory Blue

📋 copy color: '#414C8A'

red 65 ◦ green 76 ◦ blue 138

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

Shades of Tory Blue #414C8A

Tints of Tory Blue #414C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 138 (54.3% from 255) = 49.46%

R = 23.3%
G = 27.24%
B = 49.46%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#414C8A (or 0x414C8A) is known color: Tory Blue. HEX triplet: 41, 4C and 8A. RGB value is (65,76,138). Sum of RGB (Red+Green+Blue) = 65+76+138=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #414C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C8A is #BEB375. Grayscale: #4F4F4F. Windows color (decimal): -12497782 or 9063489. OLE color: 9063489.

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

Color convert

RGB 65 76 138 -
CMYK 0.53 0.45 0 0.46
HSL 230.96º 0.36% 0.4% -
HSV(B) 230.96º 0.53% 0.54% -
XYZ 9.35 8.13 25.12 -
YUV 79.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 65 76 138 0.53 0.45 0 0.46 230.96 0.36 0.4
Hex 41 4C 8A 35 2D 0 2E E7 24 28
Octal 101 114 212 65 55 0 56 347 44 50
Binary 1000001 1001100 10001010 110101 101101 0 101110 11100111 100100 101000

Color Harmonies of #414C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C8A

Black with #414C8A

Text Example


Text Example

White with #414C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,138); }

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

background-color css

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

 a { background-color: rgb(65,76,138); }

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

border-color css

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

 span { border-color: rgb(65,76,138); }

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