Html Css Color HEX #497DF4 Royal Blue

📋 copy color: '#497DF4'

red 73 ◦ green 125 ◦ blue 244

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

Shades of Royal Blue #497DF4

Tints of Royal Blue #497DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

 BLUE value IS 244 (95.7% from 255) = 55.2%

R = 16.52%
G = 28.28%
B = 55.2%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#497DF4 (or 0x497DF4) is known color: Royal Blue. HEX triplet: 49, 7D and F4. RGB value is (73,125,244). Sum of RGB (Red+Green+Blue) = 73+125+244=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #497DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DF4 is #B6820B. Grayscale: #7A7A7A. Windows color (decimal): -11960844 or 16022857. OLE color: 16022857.

HSL color Cylindrical-coordinate representation of color #497DF4: hue angle of 221.75º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497DF4 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 125 244 -
CMYK 0.70 0.49 0 0.04
HSL 221.75º 0.89% 0.62% -
HSV(B) 221.75º 0.7% 0.96% -
XYZ 26.41 22.62 88.56 -
YUV 123.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 73 125 244 0.70 0.49 0 0.04 221.75 0.89 0.62
Hex 49 7D F4 46 31 0 4 DE 59 3E
Octal 111 175 364 106 61 0 4 336 131 76
Binary 1001001 1111101 11110100 1000110 110001 0 100 11011110 1011001 111110

Color Harmonies of #497DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DF4

Black with #497DF4

Text Example


Text Example

White with #497DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,244); }

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

background-color css

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

 a { background-color: rgb(73,125,244); }

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

border-color css

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

 span { border-color: rgb(73,125,244); }

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