#465AE1

Color #465AE1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #465AE1

Tints of Royal Blue #465AE1

Color information

#465AE1 (or 0x465AE1) is unknown color: approx Royal Blue. HEX triplet: 46, 5A and E1. RGB value is (70,90,225). Sum of RGB (Red+Green+Blue) = 70+90+225=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #465AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AE1 is #B9A51E. Grayscale: #626262. Windows color (decimal): -12166431 or 14768710. OLE color: 14768710.

HSL color Cylindrical-coordinate representation of color #465AE1: hue angle of 232.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465AE1 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7090225-
CMYK0.690.6000.12
HSL232.26º72.09%57.84%-
HSV(B)232.26º68.89%88.24%-
XYZ19.7714.0572.9-
YUV99.41198.87107.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 225 (88.28% from 255) = 58.44%
R=18.18%
G=23.38%
B=58.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70902250.690.6000.12232.2672.0957.84
Hex465AE1453C0Ce8483a
Octal1061323411057401435011072
Binary1000110101101011100001100010111110001100111010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465AE1; }

 p { color: rgb(70,90,225); }

 H1.HeaderClassName
 {
   color: #465AE1;
 }
 .AnyTagClassName
 {
   color: #465AE1;
 }
</style>
background-color css

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

 a { background-color: rgb(70,90,225); }

 div.DivClassName
 {
   background-color: #465AE1;
 }
 .BgClassName
 {
   background-color: #465AE1;
 }
</style>
border-color css

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

 span { border-color: rgb(70,90,225); }

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