Html Css Color HEX #415483 Tory Blue

📋 copy color: '#415483'

red 65 ◦ green 84 ◦ blue 131

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

Shades of Tory Blue #415483

Tints of Tory Blue #415483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 23.21%
G = 30%
B = 46.79%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415483 (or 0x415483) is known color: Tory Blue. HEX triplet: 41, 54 and 83. RGB value is (65,84,131). Sum of RGB (Red+Green+Blue) = 65+84+131=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #415483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415483 is #BEAB7C. Grayscale: #535353. Windows color (decimal): -12495741 or 8606785. OLE color: 8606785.

HSL color Cylindrical-coordinate representation of color #415483: hue angle of 222.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415483 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 84 131 -
CMYK 0.50 0.36 0 0.49
HSL 222.73º 0.34% 0.38% -
HSV(B) 222.73º 0.5% 0.51% -
XYZ 9.45 9.1 22.73 -
YUV 83.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 65 84 131 0.50 0.36 0 0.49 222.73 0.34 0.38
Hex 41 54 83 32 24 0 31 DF 22 26
Octal 101 124 203 62 44 0 61 337 42 46
Binary 1000001 1010100 10000011 110010 100100 0 110001 11011111 100010 100110

Color Harmonies of #415483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415483

Black with #415483

Text Example


Text Example

White with #415483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415483; }

 p { color: rgb(65,84,131); }

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

background-color css

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

 a { background-color: rgb(65,84,131); }

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

border-color css

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

 span { border-color: rgb(65,84,131); }

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