#495CDF

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

Shades of Royal Blue #495CDF

Tints of Royal Blue #495CDF

Color information

#495CDF (or 0x495CDF) is unknown color: approx Royal Blue. HEX triplet: 49, 5C and DF. RGB value is (73,92,223). Sum of RGB (Red+Green+Blue) = 73+92+223=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #495CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CDF is #B6A320. Grayscale: #646464. Windows color (decimal): -11969313 or 14638153. OLE color: 14638153.

HSL color Cylindrical-coordinate representation of color #495CDF: hue angle of 232.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495CDF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7392223-
CMYK0.670.5900.13
HSL232.4º70.09%58.04%-
HSV(B)232.4º67.26%87.45%-
XYZ19.8914.471.54-
YUV101.25196.71107.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=18.81%
G=23.71%
B=57.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73922230.670.5900.13232.470.0958.04
Hex495CDF433B0De8463a
Octal1111343371037301535010672
Binary1001001101110011011111100001111101101101111010001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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