#495CEB

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

Shades of Royal Blue #495CEB

Tints of Royal Blue #495CEB

Color information

#495CEB (or 0x495CEB) is unknown color: approx Royal Blue. HEX triplet: 49, 5C and EB. RGB value is (73,92,235). Sum of RGB (Red+Green+Blue) = 73+92+235=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #495CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CEB is #B6A314. Grayscale: #666666. Windows color (decimal): -11969301 or 15424585. OLE color: 15424585.

HSL color Cylindrical-coordinate representation of color #495CEB: hue angle of 232.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495CEB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7392235-
CMYK0.690.6100.08
HSL232.96º80.2%60.39%-
HSV(B)232.96º68.94%92.16%-
XYZ21.5715.0780.37-
YUV102.62202.71106.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=18.25%
G=23%
B=58.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73922350.690.6100.08232.9680.260.39
Hex495CEB453D08e9503c
Octal1111343531057501035112074
Binary1001001101110011101011100010111110101000111010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495CEB; }

 p { color: rgb(73,92,235); }

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

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

 a { background-color: rgb(73,92,235); }

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

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

 span { border-color: rgb(73,92,235); }

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