Html Css Color HEX #497BDC Royal Blue

📋 copy color: '#497BDC'

red 73 ◦ green 123 ◦ blue 220

#497BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #497BDC

Tints of Royal Blue #497BDC

RGB

 RED value IS 73 (28.91% from 255) = 17.55%

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 17.55%
G = 29.57%
B = 52.88%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#497BDC (or 0x497BDC) is known color: Royal Blue. HEX triplet: 49, 7B and DC. RGB value is (73,123,220). Sum of RGB (Red+Green+Blue) = 73+123+220=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #497BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDC is #B68423. Grayscale: #767676. Windows color (decimal): -11961380 or 14449481. OLE color: 14449481.

HSL color Cylindrical-coordinate representation of color #497BDC: hue angle of 219.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497BDC is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 123 220 -
CMYK 0.67 0.44 0 0.14
HSL 219.59º 0.68% 0.57% -
HSV(B) 219.59º 0.67% 0.86% -
XYZ 22.75 20.75 70.52 -
YUV 119.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 73 123 220 0.67 0.44 0 0.14 219.59 0.68 0.57
Hex 49 7B DC 43 2C 0 E DC 44 39
Octal 111 173 334 103 54 0 16 334 104 71
Binary 1001001 1111011 11011100 1000011 101100 0 1110 11011100 1000100 111001

Color Harmonies of #497BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BDC

Black with #497BDC

Text Example


Text Example

White with #497BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #497BDC;
 }
 .AnyTagClassName
 {
   color: #497BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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