Html Css Color HEX #496EE4 Royal Blue

📋 copy color: '#496EE4'

red 73 ◦ green 110 ◦ blue 228

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

Shades of Royal Blue #496EE4

Tints of Royal Blue #496EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.47%

R = 17.76%
G = 26.76%
B = 55.47%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#496EE4 (or 0x496EE4) is known color: Royal Blue. HEX triplet: 49, 6E and E4. RGB value is (73,110,228). Sum of RGB (Red+Green+Blue) = 73+110+228=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #496EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EE4 is #B6911B. Grayscale: #6F6F6F. Windows color (decimal): -11964700 or 14970441. OLE color: 14970441.

HSL color Cylindrical-coordinate representation of color #496EE4: hue angle of 225.68º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496EE4 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 110 228 -
CMYK 0.68 0.52 0 0.11
HSL 225.68º 0.74% 0.59% -
HSV(B) 225.68º 0.68% 0.89% -
XYZ 22.33 18.17 75.73 -
YUV 112.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 73 110 228 0.68 0.52 0 0.11 225.68 0.74 0.59
Hex 49 6E E4 44 34 0 B E2 4A 3B
Octal 111 156 344 104 64 0 13 342 112 73
Binary 1001001 1101110 11100100 1000100 110100 0 1011 11100010 1001010 111011

Color Harmonies of #496EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EE4

Black with #496EE4

Text Example


Text Example

White with #496EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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