Html Css Color HEX #496CE8 Royal Blue

📋 copy color: '#496CE8'

red 73 ◦ green 108 ◦ blue 232

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

Shades of Royal Blue #496CE8

Tints of Royal Blue #496CE8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 232 (91.02% from 255) = 56.17%

R = 17.68%
G = 26.15%
B = 56.17%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#496CE8 (or 0x496CE8) is known color: Royal Blue. HEX triplet: 49, 6C and E8. RGB value is (73,108,232). Sum of RGB (Red+Green+Blue) = 73+108+232=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #496CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CE8 is #B69317. Grayscale: #6F6F6F. Windows color (decimal): -11965208 or 15232073. OLE color: 15232073.

HSL color Cylindrical-coordinate representation of color #496CE8: hue angle of 226.79º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496CE8 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 108 232 -
CMYK 0.69 0.53 0 0.09
HSL 226.79º 0.78% 0.6% -
HSV(B) 226.79º 0.69% 0.91% -
XYZ 22.68 17.97 78.62 -
YUV 111.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 73 108 232 0.69 0.53 0 0.09 226.79 0.78 0.6
Hex 49 6C E8 45 35 0 9 E3 4E 3C
Octal 111 154 350 105 65 0 11 343 116 74
Binary 1001001 1101100 11101000 1000101 110101 0 1001 11100011 1001110 111100

Color Harmonies of #496CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CE8

Black with #496CE8

Text Example


Text Example

White with #496CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,232); }

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

background-color css

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

 a { background-color: rgb(73,108,232); }

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

border-color css

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

 span { border-color: rgb(73,108,232); }

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