Html Css Color HEX #495ED6 Royal Blue

📋 copy color: '#495ED6'

red 73 ◦ green 94 ◦ blue 214

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

Shades of Royal Blue #495ED6

Tints of Royal Blue #495ED6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 214 (83.98% from 255) = 56.17%

R = 19.16%
G = 24.67%
B = 56.17%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#495ED6 (or 0x495ED6) is known color: Royal Blue. HEX triplet: 49, 5E and D6. RGB value is (73,94,214). Sum of RGB (Red+Green+Blue) = 73+94+214=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #495ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ED6 is #B6A129. Grayscale: #646464. Windows color (decimal): -11968810 or 14048841. OLE color: 14048841.

HSL color Cylindrical-coordinate representation of color #495ED6: hue angle of 231.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495ED6 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 94 214 -
CMYK 0.66 0.56 0 0.16
HSL 231.06º 0.63% 0.56% -
HSV(B) 231.06º 0.66% 0.84% -
XYZ 18.89 14.28 65.38 -
YUV 101.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 73 94 214 0.66 0.56 0 0.16 231.06 0.63 0.56
Hex 49 5E D6 42 38 0 10 E7 3F 38
Octal 111 136 326 102 70 0 20 347 77 70
Binary 1001001 1011110 11010110 1000010 111000 0 10000 11100111 111111 111000

Color Harmonies of #495ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ED6

Black with #495ED6

Text Example


Text Example

White with #495ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495ED6; }

 p { color: rgb(73,94,214); }

 H1.HeaderClassName
 {
   color: #495ED6;
 }
 .AnyTagClassName
 {
   color: #495ED6;
 }
</style>

background-color css

<style>
 a { background-color: #495ED6; }

 a { background-color: rgb(73,94,214); }

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

border-color css

<style>
 span { border-color: #495ED6; }

 span { border-color: rgb(73,94,214); }

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