#495DEB

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

Shades of Royal Blue #495DEB

Tints of Royal Blue #495DEB

Color information

#495DEB (or 0x495DEB) is unknown color: approx Royal Blue. HEX triplet: 49, 5D and EB. RGB value is (73,93,235). Sum of RGB (Red+Green+Blue) = 73+93+235=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #495DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DEB is #B6A214. Grayscale: #666666. Windows color (decimal): -11969045 or 15424841. OLE color: 15424841.

HSL color Cylindrical-coordinate representation of color #495DEB: hue angle of 232.59º 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 #495DEB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7393235-
CMYK0.690.6000.08
HSL232.59º80.2%60.39%-
HSV(B)232.59º68.94%92.16%-
XYZ21.6615.2480.4-
YUV103.21202.37106.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.20%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 235 (92.19% from 255) = 58.60%
R=18.20%
G=23.19%
B=58.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73932350.690.6000.08232.5980.260.39
Hex495DEB453C08e9503c
Octal1111353531057401035112074
Binary1001001101110111101011100010111110001000111010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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