Html Css Color HEX #495BEA Royal Blue

📋 copy color: '#495BEA'

red 73 ◦ green 91 ◦ blue 234

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

Shades of Royal Blue #495BEA

Tints of Royal Blue #495BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 18.34%
G = 22.86%
B = 58.79%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#495BEA (or 0x495BEA) is known color: Royal Blue. HEX triplet: 49, 5B and EA. RGB value is (73,91,234). Sum of RGB (Red+Green+Blue) = 73+91+234=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #495BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BEA is #B6A415. Grayscale: #656565. Windows color (decimal): -11969558 or 15358793. OLE color: 15358793.

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

Color convert

RGB 73 91 234 -
CMYK 0.69 0.61 0 0.08
HSL 233.29º 0.79% 0.6% -
HSV(B) 233.29º 0.69% 0.92% -
XYZ 21.34 14.84 79.58 -
YUV 101.92 202.54 107.37 -
System Red Green Blue C M Y K H S L
Decimal 73 91 234 0.69 0.61 0 0.08 233.29 0.79 0.6
Hex 49 5B EA 45 3D 0 8 E9 4F 3C
Octal 111 133 352 105 75 0 10 351 117 74
Binary 1001001 1011011 11101010 1000101 111101 0 1000 11101001 1001111 111100

Color Harmonies of #495BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BEA

Black with #495BEA

Text Example


Text Example

White with #495BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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