Html Css Color HEX #495DE6 Royal Blue

📋 copy color: '#495DE6'

red 73 ◦ green 93 ◦ blue 230

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

Shades of Royal Blue #495DE6

Tints of Royal Blue #495DE6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

 BLUE value IS 230 (90.23% from 255) = 58.08%

R = 18.43%
G = 23.48%
B = 58.08%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#495DE6 (or 0x495DE6) is known color: Royal Blue. HEX triplet: 49, 5D and E6. RGB value is (73,93,230). Sum of RGB (Red+Green+Blue) = 73+93+230=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #495DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DE6 is #B6A219. Grayscale: #666666. Windows color (decimal): -11969050 or 15097161. OLE color: 15097161.

HSL color Cylindrical-coordinate representation of color #495DE6: hue angle of 232.36º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #495DE6 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 93 230 -
CMYK 0.68 0.60 0 0.10
HSL 232.36º 0.76% 0.59% -
HSV(B) 232.36º 0.68% 0.9% -
XYZ 20.94 14.96 76.65 -
YUV 102.64 199.87 106.86 -
System Red Green Blue C M Y K H S L
Decimal 73 93 230 0.68 0.60 0 0.10 232.36 0.76 0.59
Hex 49 5D E6 44 3C 0 A E8 4C 3B
Octal 111 135 346 104 74 0 12 350 114 73
Binary 1001001 1011101 11100110 1000100 111100 0 1010 11101000 1001100 111011

Color Harmonies of #495DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DE6

Black with #495DE6

Text Example


Text Example

White with #495DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,230); }

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

background-color css

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

 a { background-color: rgb(73,93,230); }

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

border-color css

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

 span { border-color: rgb(73,93,230); }

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