Html Css Color HEX #495BDA Royal Blue

📋 copy color: '#495BDA'

red 73 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #495BDA

Tints of Royal Blue #495BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 19.11%
G = 23.82%
B = 57.07%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#495BDA (or 0x495BDA) is known color: Royal Blue. HEX triplet: 49, 5B and DA. RGB value is (73,91,218). Sum of RGB (Red+Green+Blue) = 73+91+218=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #495BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BDA is #B6A425. Grayscale: #636363. Windows color (decimal): -11969574 or 14310217. OLE color: 14310217.

HSL color Cylindrical-coordinate representation of color #495BDA: hue angle of 232.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495BDA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 91 218 -
CMYK 0.67 0.58 0 0.15
HSL 232.55º 0.66% 0.57% -
HSV(B) 232.55º 0.67% 0.85% -
XYZ 19.14 13.96 68.02 -
YUV 100.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 73 91 218 0.67 0.58 0 0.15 232.55 0.66 0.57
Hex 49 5B DA 43 3A 0 F E9 42 39
Octal 111 133 332 103 72 0 17 351 102 71
Binary 1001001 1011011 11011010 1000011 111010 0 1111 11101001 1000010 111001

Color Harmonies of #495BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BDA

Black with #495BDA

Text Example


Text Example

White with #495BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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