Html Css Color HEX #496BDA Royal Blue

📋 copy color: '#496BDA'

red 73 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #496BDA

Tints of Royal Blue #496BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 18.34%
G = 26.88%
B = 54.77%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#496BDA (or 0x496BDA) is known color: Royal Blue. HEX triplet: 49, 6B and DA. RGB value is (73,107,218). Sum of RGB (Red+Green+Blue) = 73+107+218=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #496BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BDA is #B69425. Grayscale: #6D6D6D. Windows color (decimal): -11965478 or 14314313. OLE color: 14314313.

HSL color Cylindrical-coordinate representation of color #496BDA: hue angle of 225.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496BDA is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 107 218 -
CMYK 0.67 0.51 0 0.15
HSL 225.93º 0.66% 0.57% -
HSV(B) 225.93º 0.67% 0.85% -
XYZ 20.66 16.99 68.52 -
YUV 109.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 73 107 218 0.67 0.51 0 0.15 225.93 0.66 0.57
Hex 49 6B DA 43 33 0 F E2 42 39
Octal 111 153 332 103 63 0 17 342 102 71
Binary 1001001 1101011 11011010 1000011 110011 0 1111 11100010 1000010 111001

Color Harmonies of #496BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BDA

Black with #496BDA

Text Example


Text Example

White with #496BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,218); }

 H1.HeaderClassName
 {
   color: #496BDA;
 }
 .AnyTagClassName
 {
   color: #496BDA;
 }
</style>

background-color css

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

 a { background-color: rgb(73,107,218); }

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

border-color css

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

 span { border-color: rgb(73,107,218); }

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