Html Css Color HEX #496CEB Royal Blue

📋 copy color: '#496CEB'

red 73 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #496CEB

Tints of Royal Blue #496CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 17.55%
G = 25.96%
B = 56.49%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#496CEB (or 0x496CEB) is known color: Royal Blue. HEX triplet: 49, 6C and EB. RGB value is (73,108,235). Sum of RGB (Red+Green+Blue) = 73+108+235=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #496CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CEB is #B69314. Grayscale: #6F6F6F. Windows color (decimal): -11965205 or 15428681. OLE color: 15428681.

HSL color Cylindrical-coordinate representation of color #496CEB: hue angle of 227.04º degrees, saturation: 0.8, 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 #496CEB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 108 235 -
CMYK 0.69 0.54 0 0.08
HSL 227.04º 0.8% 0.6% -
HSV(B) 227.04º 0.69% 0.92% -
XYZ 23.11 18.14 80.88 -
YUV 112.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 73 108 235 0.69 0.54 0 0.08 227.04 0.8 0.6
Hex 49 6C EB 45 36 0 8 E3 50 3C
Octal 111 154 353 105 66 0 10 343 120 74
Binary 1001001 1101100 11101011 1000101 110110 0 1000 11100011 1010000 111100

Color Harmonies of #496CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CEB

Black with #496CEB

Text Example


Text Example

White with #496CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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