#465BEE

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

Shades of Royal Blue #465BEE

Tints of Royal Blue #465BEE

Color information

#465BEE (or 0x465BEE) is unknown color: approx Royal Blue. HEX triplet: 46, 5B and EE. RGB value is (70,91,238). Sum of RGB (Red+Green+Blue) = 70+91+238=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #465BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BEE is #B9A411. Grayscale: #646464. Windows color (decimal): -12166162 or 15620934. OLE color: 15620934.

HSL color Cylindrical-coordinate representation of color #465BEE: hue angle of 232.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465BEE is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7091238-
CMYK0.710.6200.07
HSL232.5º83.17%60.39%-
HSV(B)232.5º70.59%93.33%-
XYZ21.714.9682.63-
YUV101.48205.04105.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 238 (93.36% from 255) = 59.65%
R=17.54%
G=22.81%
B=59.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70912380.710.6200.07232.583.1760.39
Hex465BEE473E07e8533c
Octal106133356107760735012374
Binary100011010110111110111010001111111100111111010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,238); }

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

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

 a { background-color: rgb(70,91,238); }

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

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

 span { border-color: rgb(70,91,238); }

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