Html Css Color HEX #497BEA Royal Blue

📋 copy color: '#497BEA'

red 73 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #497BEA

Tints of Royal Blue #497BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 16.98%
G = 28.6%
B = 54.42%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#497BEA (or 0x497BEA) is known color: Royal Blue. HEX triplet: 49, 7B and EA. RGB value is (73,123,234). Sum of RGB (Red+Green+Blue) = 73+123+234=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #497BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BEA is #B68415. Grayscale: #787878. Windows color (decimal): -11961366 or 15366985. OLE color: 15366985.

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

Color convert

RGB 73 123 234 -
CMYK 0.69 0.47 0 0.08
HSL 221.37º 0.79% 0.6% -
HSV(B) 221.37º 0.69% 0.92% -
XYZ 24.68 21.52 80.7 -
YUV 120.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 73 123 234 0.69 0.47 0 0.08 221.37 0.79 0.6
Hex 49 7B EA 45 2F 0 8 DD 4F 3C
Octal 111 173 352 105 57 0 10 335 117 74
Binary 1001001 1111011 11101010 1000101 101111 0 1000 11011101 1001111 111100

Color Harmonies of #497BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BEA

Black with #497BEA

Text Example


Text Example

White with #497BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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