Html Css Color HEX #495ADC Royal Blue

📋 copy color: '#495ADC'

red 73 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #495ADC

Tints of Royal Blue #495ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 19.06%
G = 23.5%
B = 57.44%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#495ADC (or 0x495ADC) is known color: Royal Blue. HEX triplet: 49, 5A and DC. RGB value is (73,90,220). Sum of RGB (Red+Green+Blue) = 73+90+220=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #495ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ADC is #B6A523. Grayscale: #636363. Windows color (decimal): -11969828 or 14441033. OLE color: 14441033.

HSL color Cylindrical-coordinate representation of color #495ADC: hue angle of 233.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495ADC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 90 220 -
CMYK 0.67 0.59 0 0.14
HSL 233.06º 0.68% 0.57% -
HSV(B) 233.06º 0.67% 0.86% -
XYZ 19.32 13.9 69.37 -
YUV 99.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 73 90 220 0.67 0.59 0 0.14 233.06 0.68 0.57
Hex 49 5A DC 43 3B 0 E E9 44 39
Octal 111 132 334 103 73 0 16 351 104 71
Binary 1001001 1011010 11011100 1000011 111011 0 1110 11101001 1000100 111001

Color Harmonies of #495ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ADC

Black with #495ADC

Text Example


Text Example

White with #495ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,220); }

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

background-color css

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

 a { background-color: rgb(73,90,220); }

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

border-color css

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

 span { border-color: rgb(73,90,220); }

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