#465BEC

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

Shades of Royal Blue #465BEC

Tints of Royal Blue #465BEC

Color information

#465BEC (or 0x465BEC) is unknown color: approx Royal Blue. HEX triplet: 46, 5B and EC. RGB value is (70,91,236). Sum of RGB (Red+Green+Blue) = 70+91+236=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #465BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BEC is #B9A413. Grayscale: #646464. Windows color (decimal): -12166164 or 15489862. OLE color: 15489862.

HSL color Cylindrical-coordinate representation of color #465BEC: hue angle of 232.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465BEC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7091236-
CMYK0.700.6100.07
HSL232.41º81.37%60%-
HSV(B)232.41º70.34%92.55%-
XYZ21.4114.8481.09-
YUV101.25204.04105.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 236 (92.58% from 255) = 59.45%
R=17.63%
G=22.92%
B=59.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70912360.700.6100.07232.4181.3760
Hex465BEC463D07e8513c
Octal106133354106750735012174
Binary100011010110111110110010001101111010111111010001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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