Html Css Color HEX #496CFC Royal Blue

📋 copy color: '#496CFC'

red 73 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #496CFC

Tints of Royal Blue #496CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 16.86%
G = 24.94%
B = 58.2%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#496CFC (or 0x496CFC) is known color: Royal Blue. HEX triplet: 49, 6C and FC. RGB value is (73,108,252). Sum of RGB (Red+Green+Blue) = 73+108+252=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #496CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CFC is #B69303. Grayscale: #717171. Windows color (decimal): -11965188 or 16542793. OLE color: 16542793.

HSL color Cylindrical-coordinate representation of color #496CFC: hue angle of 228.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496CFC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 108 252 -
CMYK 0.71 0.57 0 0.01
HSL 228.27º 0.97% 0.64% -
HSV(B) 228.27º 0.71% 0.99% -
XYZ 25.68 19.17 94.44 -
YUV 113.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 73 108 252 0.71 0.57 0 0.01 228.27 0.97 0.64
Hex 49 6C FC 47 39 0 1 E4 61 40
Octal 111 154 374 107 71 0 1 344 141 100
Binary 1001001 1101100 11111100 1000111 111001 0 1 11100100 1100001 1000000

Color Harmonies of #496CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CFC

Black with #496CFC

Text Example


Text Example

White with #496CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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