#497BEB

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

Shades of Royal Blue #497BEB

Tints of Royal Blue #497BEB

Color information

#497BEB (or 0x497BEB) is unknown color: approx Royal Blue. HEX triplet: 49, 7B and EB. RGB value is (73,123,235). Sum of RGB (Red+Green+Blue) = 73+123+235=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #497BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BEB is #B68414. Grayscale: #787878. Windows color (decimal): -11961365 or 15432521. OLE color: 15432521.

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

Color convert

RGB73123235-
CMYK0.690.4800.08
HSL221.48º80.2%60.39%-
HSV(B)221.48º68.94%92.16%-
XYZ24.8321.5881.45-
YUV120.82192.4493.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=16.94%
G=28.54%
B=54.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731232350.690.4800.08221.4880.260.39
Hex497BEB453008dd503c
Octal1111733531056001033512074
Binary1001001111101111101011100010111000001000110111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497BEB; }

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

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

<style>
 a { background-color: #497BEB; }

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

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

<style>
 span { border-color: #497BEB; }

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

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