Html Css Color HEX #495CDC Royal Blue

📋 copy color: '#495CDC'

red 73 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #495CDC

Tints of Royal Blue #495CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 18.96%
G = 23.9%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#495CDC (or 0x495CDC) is known color: Royal Blue. HEX triplet: 49, 5C and DC. RGB value is (73,92,220). Sum of RGB (Red+Green+Blue) = 73+92+220=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #495CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CDC is #B6A323. Grayscale: #646464. Windows color (decimal): -11969316 or 14441545. OLE color: 14441545.

HSL color Cylindrical-coordinate representation of color #495CDC: hue angle of 232.24º 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 #495CDC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 92 220 -
CMYK 0.67 0.58 0 0.14
HSL 232.24º 0.68% 0.57% -
HSV(B) 232.24º 0.67% 0.86% -
XYZ 19.49 14.24 69.43 -
YUV 100.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 73 92 220 0.67 0.58 0 0.14 232.24 0.68 0.57
Hex 49 5C DC 43 3A 0 E E8 44 39
Octal 111 134 334 103 72 0 16 350 104 71
Binary 1001001 1011100 11011100 1000011 111010 0 1110 11101000 1000100 111001

Color Harmonies of #495CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CDC

Black with #495CDC

Text Example


Text Example

White with #495CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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