#496acf

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

Shades of Royal Blue #496ACF

Tints of Royal Blue #496ACF

Color information

#496ACF (or 0x496ACF) is unknown color: approx Royal Blue. HEX triplet: 49, 6A and CF. RGB value is (73,106,207). Sum of RGB (Red+Green+Blue) = 73+106+207=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #496ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ACF is #B69530. Grayscale: #6B6B6B. Windows color (decimal): -11965745 or 13593161. OLE color: 13593161.

HSL color Cylindrical-coordinate representation of color #496ACF: hue angle of 225.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ACF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73106207-
CMYK0.650.4900.19
HSL225.22º58.26%54.9%-
HSV(B)225.22º64.73%81.18%-
XYZ19.1616.2361.15-
YUV107.65184.07103.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=18.91%
G=27.46%
B=53.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731062070.650.4900.19225.2258.2654.9
Hex496ACF4131013e13a37
Octal111152317101610233417267
Binary1001001110101011001111100000111000101001111100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496acf; }

 p { color: rgb(73,106,207); }

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

<style>
 a { background-color: #496acf; }

 a { background-color: rgb(73,106,207); }

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

<style>
 span { border-color: #496acf; }

 span { border-color: rgb(73,106,207); }

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