Html Css Color HEX #496BCD Royal Blue

📋 copy color: '#496BCD'

red 73 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #496BCD

Tints of Royal Blue #496BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 18.96%
G = 27.79%
B = 53.25%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#496BCD (or 0x496BCD) is known color: Royal Blue. HEX triplet: 49, 6B and CD. RGB value is (73,107,205). Sum of RGB (Red+Green+Blue) = 73+107+205=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #496BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BCD is #B69432. Grayscale: #6B6B6B. Windows color (decimal): -11965491 or 13462345. OLE color: 13462345.

HSL color Cylindrical-coordinate representation of color #496BCD: hue angle of 224.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496BCD is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 107 205 -
CMYK 0.64 0.48 0 0.20
HSL 224.55º 0.57% 0.55% -
HSV(B) 224.55º 0.64% 0.8% -
XYZ 19.02 16.34 59.91 -
YUV 108.01 182.74 103.03 -
System Red Green Blue C M Y K H S L
Decimal 73 107 205 0.64 0.48 0 0.20 224.55 0.57 0.55
Hex 49 6B CD 40 30 0 14 E1 39 37
Octal 111 153 315 100 60 0 24 341 71 67
Binary 1001001 1101011 11001101 1000000 110000 0 10100 11100001 111001 110111

Color Harmonies of #496BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BCD

Black with #496BCD

Text Example


Text Example

White with #496BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496BCD; }

 p { color: rgb(73,107,205); }

 H1.HeaderClassName
 {
   color: #496BCD;
 }
 .AnyTagClassName
 {
   color: #496BCD;
 }
</style>

background-color css

<style>
 a { background-color: #496BCD; }

 a { background-color: rgb(73,107,205); }

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

border-color css

<style>
 span { border-color: #496BCD; }

 span { border-color: rgb(73,107,205); }

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