#495DE4

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

Shades of Royal Blue #495DE4

Tints of Royal Blue #495DE4

Color information

#495DE4 (or 0x495DE4) is unknown color: approx Royal Blue. HEX triplet: 49, 5D and E4. RGB value is (73,93,228). Sum of RGB (Red+Green+Blue) = 73+93+228=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #495DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DE4 is #B6A21B. Grayscale: #656565. Windows color (decimal): -11969052 or 14966089. OLE color: 14966089.

HSL color Cylindrical-coordinate representation of color #495DE4: hue angle of 232.26º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #495DE4 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7393228-
CMYK0.680.5900.11
HSL232.26º74.16%59.02%-
HSV(B)232.26º67.98%89.41%-
XYZ20.6714.8575.18-
YUV102.41198.87107.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 228 (89.45% from 255) = 57.87%
R=18.53%
G=23.60%
B=57.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73932280.680.5900.11232.2674.1659.02
Hex495DE4443B0Be84a3b
Octal1111353441047301335011273
Binary1001001101110111100100100010011101101011111010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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