Html Css Color HEX #496CEE Royal Blue

📋 copy color: '#496CEE'

red 73 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #496CEE

Tints of Royal Blue #496CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 17.42%
G = 25.78%
B = 56.8%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#496CEE (or 0x496CEE) is known color: Royal Blue. HEX triplet: 49, 6C and EE. RGB value is (73,108,238). Sum of RGB (Red+Green+Blue) = 73+108+238=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #496CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CEE is #B69311. Grayscale: #6F6F6F. Windows color (decimal): -11965202 or 15625289. OLE color: 15625289.

HSL color Cylindrical-coordinate representation of color #496CEE: hue angle of 227.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496CEE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 108 238 -
CMYK 0.69 0.55 0 0.07
HSL 227.27º 0.83% 0.61% -
HSV(B) 227.27º 0.69% 0.93% -
XYZ 23.54 18.31 83.18 -
YUV 112.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 73 108 238 0.69 0.55 0 0.07 227.27 0.83 0.61
Hex 49 6C EE 45 37 0 7 E3 53 3D
Octal 111 154 356 105 67 0 7 343 123 75
Binary 1001001 1101100 11101110 1000101 110111 0 111 11100011 1010011 111101

Color Harmonies of #496CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CEE

Black with #496CEE

Text Example


Text Example

White with #496CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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