Html Css Color HEX #495BEC Royal Blue

📋 copy color: '#495BEC'

red 73 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #495BEC

Tints of Royal Blue #495BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 236 (92.58% from 255) = 59%

R = 18.25%
G = 22.75%
B = 59%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#495BEC (or 0x495BEC) is known color: Royal Blue. HEX triplet: 49, 5B and EC. RGB value is (73,91,236). Sum of RGB (Red+Green+Blue) = 73+91+236=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #495BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BEC is #B6A413. Grayscale: #656565. Windows color (decimal): -11969556 or 15489865. OLE color: 15489865.

HSL color Cylindrical-coordinate representation of color #495BEC: hue angle of 233.37º degrees, saturation: 0.81, 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 #495BEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 91 236 -
CMYK 0.69 0.61 0 0.07
HSL 233.37º 0.81% 0.61% -
HSV(B) 233.37º 0.69% 0.93% -
XYZ 21.63 14.95 81.1 -
YUV 102.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 73 91 236 0.69 0.61 0 0.07 233.37 0.81 0.61
Hex 49 5B EC 45 3D 0 7 E9 51 3D
Octal 111 133 354 105 75 0 7 351 121 75
Binary 1001001 1011011 11101100 1000101 111101 0 111 11101001 1010001 111101

Color Harmonies of #495BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BEC

Black with #495BEC

Text Example


Text Example

White with #495BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,91,236); }

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

background-color css

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

 a { background-color: rgb(73,91,236); }

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

border-color css

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

 span { border-color: rgb(73,91,236); }

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