Html Css Color HEX #496CDD Royal Blue

📋 copy color: '#496CDD'

red 73 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #496CDD

Tints of Royal Blue #496CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 18.16%
G = 26.87%
B = 54.98%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#496CDD (or 0x496CDD) is known color: Royal Blue. HEX triplet: 49, 6C and DD. RGB value is (73,108,221). Sum of RGB (Red+Green+Blue) = 73+108+221=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #496CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CDD is #B69322. Grayscale: #6D6D6D. Windows color (decimal): -11965219 or 14511177. OLE color: 14511177.

HSL color Cylindrical-coordinate representation of color #496CDD: hue angle of 225.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496CDD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 108 221 -
CMYK 0.67 0.51 0 0.13
HSL 225.81º 0.69% 0.58% -
HSV(B) 225.81º 0.67% 0.87% -
XYZ 21.16 17.36 70.64 -
YUV 110.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 73 108 221 0.67 0.51 0 0.13 225.81 0.69 0.58
Hex 49 6C DD 43 33 0 D E2 45 3A
Octal 111 154 335 103 63 0 15 342 105 72
Binary 1001001 1101100 11011101 1000011 110011 0 1101 11100010 1000101 111010

Color Harmonies of #496CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CDD

Black with #496CDD

Text Example


Text Example

White with #496CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,221); }

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

background-color css

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

 a { background-color: rgb(73,108,221); }

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

border-color css

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

 span { border-color: rgb(73,108,221); }

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