Html Css Color HEX #496CE4 Royal Blue

📋 copy color: '#496CE4'

red 73 ◦ green 108 ◦ blue 228

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

Shades of Royal Blue #496CE4

Tints of Royal Blue #496CE4

RGB

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

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

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

R = 17.85%
G = 26.41%
B = 55.75%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#496CE4 (or 0x496CE4) is known color: Royal Blue. HEX triplet: 49, 6C and E4. RGB value is (73,108,228). Sum of RGB (Red+Green+Blue) = 73+108+228=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #496CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CE4 is #B6931B. Grayscale: #6E6E6E. Windows color (decimal): -11965212 or 14969929. OLE color: 14969929.

HSL color Cylindrical-coordinate representation of color #496CE4: hue angle of 226.45º 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 #496CE4 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 108 228 -
CMYK 0.68 0.53 0 0.11
HSL 226.45º 0.74% 0.59% -
HSV(B) 226.45º 0.68% 0.89% -
XYZ 22.11 17.74 75.66 -
YUV 111.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 73 108 228 0.68 0.53 0 0.11 226.45 0.74 0.59
Hex 49 6C E4 44 35 0 B E2 4A 3B
Octal 111 154 344 104 65 0 13 342 112 73
Binary 1001001 1101100 11100100 1000100 110101 0 1011 11100010 1001010 111011

Color Harmonies of #496CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CE4

Black with #496CE4

Text Example


Text Example

White with #496CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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