Html Css Color HEX #496ECC Royal Blue

📋 copy color: '#496ECC'

red 73 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #496ECC

Tints of Royal Blue #496ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 18.86%
G = 28.42%
B = 52.71%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#496ECC (or 0x496ECC) is known color: Royal Blue. HEX triplet: 49, 6E and CC. RGB value is (73,110,204). Sum of RGB (Red+Green+Blue) = 73+110+204=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #496ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ECC is #B69133. Grayscale: #6D6D6D. Windows color (decimal): -11964724 or 13397577. OLE color: 13397577.

HSL color Cylindrical-coordinate representation of color #496ECC: hue angle of 223.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496ECC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 110 204 -
CMYK 0.64 0.46 0 0.2
HSL 223.05º 0.56% 0.54% -
HSV(B) 223.05º 0.64% 0.8% -
XYZ 19.22 16.93 59.38 -
YUV 109.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 73 110 204 0.64 0.46 0 0.2 223.05 0.56 0.54
Hex 49 6E CC 40 2E 0 14 DF 38 36
Octal 111 156 314 100 56 0 24 337 70 66
Binary 1001001 1101110 11001100 1000000 101110 0 10100 11011111 111000 110110

Color Harmonies of #496ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ECC

Black with #496ECC

Text Example


Text Example

White with #496ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,110,204); }

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

background-color css

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

 a { background-color: rgb(73,110,204); }

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

border-color css

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

 span { border-color: rgb(73,110,204); }

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